Public Member Functions | |
Choice (const Brancher &b, int pos0, bool val0) | |
virtual size_t | size (void) const |
Report size occupied. | |
virtual void | archive (Archive &e) const |
Archive into e. | |
Public Attributes | |
int | pos |
Position of variable. | |
bool | val |
Value of variable. |
QueenArmies::QueenBranch::Choice::Choice | ( | const Brancher & | b, |
int | pos0, | ||
bool | val0 | ||
) | [inline] |
Initialize choice for brancher b, position pos0, and value val0.
Definition at line 181 of file queen-armies.cpp.
virtual size_t QueenArmies::QueenBranch::Choice::size | ( | void | ) | const [inline, virtual] |
virtual void QueenArmies::QueenBranch::Choice::archive | ( | Archive & | e | ) | const [inline, virtual] |
Position of variable.
Definition at line 175 of file queen-armies.cpp.
Value of variable.
Definition at line 177 of file queen-armies.cpp.