BlackHoleBranch::Choice Class Reference
Choice for black hole brancher More...
Public Member Functions | |
Choice (const Brancher &b, int pos0, int 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. | |
int | val |
Value of variable. |
Detailed Description
Choice for black hole brancher
Definition at line 105 of file black-hole.cpp.
Constructor & Destructor Documentation
BlackHoleBranch::Choice::Choice | ( | const Brancher & | b, | |
int | pos0, | |||
int | val0 | |||
) | [inline] |
Initialize description for brancher b, position pos0, and value val0.
Definition at line 114 of file black-hole.cpp.
Member Function Documentation
virtual size_t BlackHoleBranch::Choice::size | ( | void | ) | const [inline, virtual] |
virtual void BlackHoleBranch::Choice::archive | ( | Archive & | e | ) | const [inline, virtual] |
Member Data Documentation
Position of variable.
Definition at line 108 of file black-hole.cpp.
Value of variable.
Definition at line 110 of file black-hole.cpp.
The documentation for this class was generated from the following file:
- examples/black-hole.cpp (Revision: 12001)