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.
|
unsigned int | alternatives (void) const |
| Return number of alternatives.
|
virtual | ~Choice (void) |
| Destructor.
|
Public Attributes |
int | pos |
| Position of variable.
|
int | val |
| Value of variable.
|
Additional Inherited Members |
static void * | operator new (size_t) |
| Allocate memory from heap.
|
static void | operator delete (void *) |
| Return memory to heap.
|
| Choice (const Brancher &b, const unsigned int a) |
| Initialize for particular brancher b and alternatives a.
|
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 |
|
inlinevirtual |
virtual void BlackHoleBranch::Choice::archive |
( |
Archive & |
e | ) |
const |
|
inlinevirtual |
Member Data Documentation
int BlackHoleBranch::Choice::pos |
int BlackHoleBranch::Choice::val |
The documentation for this class was generated from the following file: