Gecode::Reflection::VarSpec::Domain Class Reference
Detailed Description
Implementation of a VarSpec, holding all information about a variable.Definition at line 487 of file reflection.cc.
Public Member Functions | |
Arg * | dom (void) const |
Return representation of the domain. | |
bool | assigned (void) const |
Return whether domain is assigned. | |
Domain (Support::Symbol vti, Arg *domain, bool assigned) | |
Constructor. | |
~Domain (void) | |
Destructor. | |
Public Attributes | |
Support::Symbol | _vti |
The variable type identifier for this variable. | |
Support::Symbol | _n |
The name of this variable. | |
int | r |
Reference count. |
Constructor & Destructor Documentation
Gecode::Reflection::VarSpec::Domain::Domain | ( | Support::Symbol | vti, | |
Arg * | domain, | |||
bool | assigned | |||
) | [inline] |
Gecode::Reflection::VarSpec::Domain::~Domain | ( | void | ) | [inline] |
Member Function Documentation
Arg * Gecode::Reflection::VarSpec::Domain::dom | ( | void | ) | const [inline] |
bool Gecode::Reflection::VarSpec::Domain::assigned | ( | void | ) | const [inline] |
Member Data Documentation
The documentation for this class was generated from the following file:
- gecode/kernel/reflection.cc (Revision: 7297)