Gecode::Reflection::BranchingSpec::Arguments Class Reference
List of all members.
Detailed Description
Implementation of a
BranchingSpec.
Definition at line 763 of file reflection.cc.
|
Public Member Functions |
| Arguments (unsigned int id, unsigned int a) |
| Construct arguments for id with a alternatives.
|
| ~Arguments (void) |
| Destructor.
|
Public Attributes |
unsigned int | n |
| The number of alternatives of this branch.
|
Arg ** | a |
| The arguments of this branch.
|
unsigned int | id |
| The id of the corresponding branching.
|
int | r |
| Reference counter.
|
Constructor & Destructor Documentation
Gecode::Reflection::BranchingSpec::Arguments::Arguments |
( |
unsigned int |
id, |
|
|
unsigned int |
a | |
|
) |
| | [inline] |
Construct arguments for id with a alternatives.
Definition at line 780 of file reflection.cc.
Gecode::Reflection::BranchingSpec::Arguments::~Arguments |
( |
void |
|
) |
[inline] |
Member Data Documentation
The number of alternatives of this branch.
Definition at line 766 of file reflection.cc.
The id of the corresponding branching.
Definition at line 770 of file reflection.cc.
The documentation for this class was generated from the following file: