Gecode::FlatZinc::SymbolEntry Class Reference
Entries in the symbol table. More...
#include <parser.hh>
Public Member Functions | |
| SymbolEntry (void) | |
| Default constructor. | |
| SymbolEntry (SymbolType t0, int i0) | |
| Constructor. | |
Public Attributes | |
| SymbolType | t |
| int | i |
Detailed Description
Entries in the symbol table.
Definition at line 104 of file parser.hh.
Constructor & Destructor Documentation
| Gecode::FlatZinc::SymbolEntry::SymbolEntry | ( | void | ) | [inline] |
| Gecode::FlatZinc::SymbolEntry::SymbolEntry | ( | SymbolType | t0, | |
| int | i0 | |||
| ) | [inline] |
Member Data Documentation
The documentation for this class was generated from the following file:
- gecode/flatzinc/parser.hh
