Generated on Mon Aug 25 11:35:53 2008 for Gecode by doxygen 1.5.6

Gecode::Reflection::VarMap::VarMapObj Class Reference

List of all members.


Detailed Description

Implementation of a VarMap.

Definition at line 48 of file var-map.cc.


Public Member Functions

 VarMapObj (void)

Public Attributes

Support::SymbolMap< VarImpBase * > nameToVar
 Map variable names to variable implementations.
Support::PtrMap< VarImpBase,
Support::Symbol
varToName
 Map variable implementations to variable names.
Support::PtrMap< VarImpBase, int > m
 Map variable implementations to indices.
Support::PtrMap< void, int > sharedObjectMap
 Map shared objects to indices.
Support::DynamicArray
< VarImpBase * > 
vars
 Map indices to variable implementations.
Support::DynamicArray< VarSpec * > specs
 Map indices to variable specifications.
Support::DynamicArray< void * > sharedObjects
 Map indices to shared objects.
int n
 Number of variable indices in use.
int so
 Number of shared object indices in use.
int r
 Reference count.

Constructor & Destructor Documentation

Gecode::Reflection::VarMap::VarMapObj::VarMapObj ( void   ) 

Definition at line 76 of file var-map.cc.


Member Data Documentation

Map variable names to variable implementations.

Definition at line 52 of file var-map.cc.

Map variable implementations to variable names.

Definition at line 54 of file var-map.cc.

Map variable implementations to indices.

Definition at line 56 of file var-map.cc.

Map shared objects to indices.

Definition at line 58 of file var-map.cc.

Map indices to variable implementations.

Definition at line 61 of file var-map.cc.

Map indices to variable specifications.

Definition at line 63 of file var-map.cc.

Map indices to shared objects.

Definition at line 65 of file var-map.cc.

Number of variable indices in use.

Definition at line 68 of file var-map.cc.

Number of shared object indices in use.

Definition at line 70 of file var-map.cc.

Reference count.

Definition at line 73 of file var-map.cc.


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