Minimal brancher description storing no information. More...
Public Member Functions | |
Description (const Brancher &b, unsigned int a) | |
Initialize description for brancher b, number of alternatives a. More... | |
virtual void | archive (Archive &e) const |
Archive into e. More... | |
![]() | |
unsigned int | alternatives (void) const |
Return number of alternatives. More... | |
virtual | ~Choice (void) |
Destructor. More... | |
virtual void | archive (Archive &e) const |
Archive into e. More... | |
Additional Inherited Members | |
![]() | |
static void * | operator new (size_t s) |
Memory management. More... | |
static void | operator delete (void *p) |
Free memory allocated from heap. More... | |
![]() | |
Choice (const Brancher &b, const unsigned int a) | |
Initialize for particular brancher b and alternatives a. More... | |
Minimal brancher description storing no information.
Definition at line 44 of file function.cpp.
|
inline |
Initialize description for brancher b, number of alternatives a.
Definition at line 80 of file function.cpp.
|
virtual |