reflection.cc File Reference
(Revision: 7297)
#include "gecode/kernel.hh"
Go to the source code of this file.
Namespaces | |
| namespace | Gecode |
| namespace | Gecode::Reflection |
Classes | |
| class | Gecode::Reflection::Registry::RegistryObject |
| The actual registry, holding SymbolMap objects. More... | |
| class | Gecode::Reflection::VarSpec::Domain |
| Implementation of a VarSpec, holding all information about a variable. More... | |
| class | Gecode::Reflection::ActorSpec::Arguments |
| Implementation of an ActorSpec, holding all information about an actor. More... | |
| class | Gecode::Reflection::BranchingSpec::Arguments |
| Implementation of a BranchingSpec. More... | |
Functions | |
| Registry & | Gecode::Reflection::registry (void) |
| The registry object. | |
| std::ostream & | operator<< (std::ostream &os, const Gecode::Reflection::Var &v) |
| Print v to os. | |
Function Documentation
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const Gecode::Reflection::Var & | v | |||
| ) |
