Public Member Functions | |
| Permutation () | |
| Permutation (const Array< Type > &vals) | |
| void | setValues (const Array< Type > &vals) |
| void | reset () |
| ~Permutation () | |
| int | size () |
| bool | hasNext () |
| void | next () |
| Type | operator[] (int idx) |
Definition at line 76 of file permutation.h.
1.5.1