
Entries in the symbol table. More...
#include <parser.hh>
Public Member Functions | |
| SymbolEntry (void) | |
| Default constructor. More... | |
| SymbolEntry (SymbolType t0, int i0) | |
| Constructor. More... | |
Public Attributes | |
| SymbolType | t |
| int | i |
|
inline |
|
inline |
| SymbolType Gecode::FlatZinc::SymbolEntry::t |