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 | |
| Domain (Support::Symbol vti, Arg *domain) | |
| Constructor. | |
| ~Domain (void) | |
| Destructor. | |
Public Attributes | |
| Support::Symbol | _vti |
| The variable type identifier for this variable. | |
| Support::Symbol | _n |
| The name of this variable. | |
| Arg * | _dom |
| A representation of the domain of this variable. | |
| int | r |
| Reference count. | |
Constructor & Destructor Documentation
| Gecode::Reflection::VarSpec::Domain::Domain | ( | Support::Symbol | vti, | |
| Arg * | domain | |||
| ) | [inline] |
| Gecode::Reflection::VarSpec::Domain::~Domain | ( | void | ) | [inline] |
Member Data Documentation
The documentation for this class was generated from the following file:
- gecode/kernel/reflection.cc (Revision: 6403)
