Public Member Functions | |
| ArraysAccessor () | |
| ~ArraysAccessor () | |
| void | appendArray (const Array< Type > *const &arr) |
| const Array< Type > * | getArray (const int &idx) const |
| int | getNumArrays () const |
| void | clear () |
| void | deleteArraysAndClear () |
| void | reset () |
| bool | getNextCombination (Array< Type > &itemArr, Array< int > *idxArr=NULL) |
| int | numItemsInCombination () const |
| bool | hasNextCombination () |
| bool | nextItemInCombination (Type &item, int &idx) |
| bool | nextItemInCombination (Type &item) |
| int | numCombinations () const |
Definition at line 73 of file arraysaccessor.h.
1.5.1