Gecode::Reflection::Registry::RegistryObject Class Reference
Detailed Description
The actual registry, holding SymbolMap objects.Definition at line 45 of file reflection.cc.
Public Attributes | |
Support::SymbolMap< poster > | posters |
The registry of constraint posting functions. | |
Support::SymbolMap< varCreator > | varCreators |
The registry of variable creation functions. | |
Support::SymbolMap < varConstrainer > | varConstrainers |
The registry of variable constraining functions. | |
Support::SymbolMap< varUpdater > | varUpdaters |
The registry of variable update functions. | |
Support::SymbolMap< varPrinter > | varPrinters |
The registry of variable print functions. | |
Support::SymbolMap< varSpec > | varSpecs |
The registry of variable reflection functions. |
Member Data Documentation
The documentation for this class was generated from the following file:
- gecode/kernel/reflection.cc (Revision: 7297)