Generated on Wed Mar 19 07:30:11 2008 for Gecode by doxygen 1.5.5

Gecode::Reflection::VarSpec::Domain Class Reference

List of all members.


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]

Constructor.

Definition at line 509 of file reflection.cc.

Gecode::Reflection::VarSpec::Domain::~Domain ( void   )  [inline]

Destructor.

Definition at line 513 of file reflection.cc.


Member Data Documentation

The variable type identifier for this variable.

Definition at line 490 of file reflection.cc.

The name of this variable.

Definition at line 492 of file reflection.cc.

A representation of the domain of this variable.

Definition at line 494 of file reflection.cc.

Reference count.

Definition at line 496 of file reflection.cc.


The documentation for this class was generated from the following file: