This is the complete list of members for aurostd::xcombos, including all inherited members.
applyCombo(const std::vector< utype > &v_items) const | aurostd::xcombos | |
applyCombo(const std::vector< std::vector< utype > > &v_items) const | aurostd::xcombos | |
copy(const xcombos &b) | aurostd::xcombos | private |
free() | aurostd::xcombos | private |
getCombo() const | aurostd::xcombos | |
getIndices() const | aurostd::xcombos | |
getM() const | aurostd::xcombos | |
getN() const | aurostd::xcombos | |
getNextEnumeration() | aurostd::xcombos | private |
getNextEnumerationEqual() | aurostd::xcombos | private |
increment() | aurostd::xcombos | |
incrementCombinations() | aurostd::xcombos | private |
incrementEnumerations() | aurostd::xcombos | private |
incrementPermutation() | aurostd::xcombos | private |
initialize() | aurostd::xcombos | private |
initializeCombinationsP() | aurostd::xcombos | private |
m_algorithm | aurostd::xcombos | private |
m_choose | aurostd::xcombos | private |
m_current | aurostd::xcombos | private |
m_exhausted | aurostd::xcombos | private |
m_indices | aurostd::xcombos | |
m_initialized | aurostd::xcombos | private |
m_input | aurostd::xcombos | private |
m_mode | aurostd::xcombos | private |
m_p | aurostd::xcombos | private |
m_repeat | aurostd::xcombos | private |
m_sets | aurostd::xcombos | private |
m_sort | aurostd::xcombos | private |
m_started | aurostd::xcombos | private |
m_x | aurostd::xcombos | private |
m_y | aurostd::xcombos | private |
n_choices | aurostd::xcombos | private |
operator++() | aurostd::xcombos | |
operator=(const xcombos &other) | aurostd::xcombos | |
reset() | aurostd::xcombos | |
reset(std::vector< int > vec, bool sort=true, char mode='P', algorithm_xcombos algorithm=shen_alg_xcombos) | aurostd::xcombos | |
reset(int choice_count, int choose_count, char mode='C', bool rpt=false) | aurostd::xcombos | |
reset(std::vector< int > vec, char mode) | aurostd::xcombos | |
setCombinationsIncrementParameters() | aurostd::xcombos | private |
xcombos() | aurostd::xcombos | |
xcombos(const std::vector< int > &vec, bool sort=true, char mode='P', algorithm_xcombos algorithm=shen_alg_xcombos) | aurostd::xcombos | |
xcombos(int choice_count, int choose_count, char mode='C', bool rpt=false) | aurostd::xcombos | |
xcombos(const std::vector< int > &vec, char mode) | aurostd::xcombos | |
xcombos(const xcombos &b) | aurostd::xcombos | |
~xcombos() | aurostd::xcombos | |