Public Member Functions | |
| PowerSet () | |
| ~PowerSet () | |
| void | create (const int &maxSize) |
| void | destroy () |
| void | prepareAccess (const int &tempMaxSize, PowerSetInstanceVars &instVars, const bool &smallSizeFirst=true) |
| void | prepareAccess (const int &tempMaxSize, const bool &smallSizeFirst=true) |
| bool | getNextSet (const Array< int > *&set, PowerSetInstanceVars &instVars) |
| bool | getNextSet (const Array< int > *&set) |
|
Array< Array< Array< Array< int > * > * > * > * | getSetSizeArr () const |
| ostream & | print (ostream &out) const |
Static Public Member Functions | |
| static PowerSet * | getPowerSet () |
| static void | deletePowerSet () |
Definition at line 85 of file powerset.h.
1.5.1