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 |
|
inline |
|
inline |
SymbolType Gecode::FlatZinc::SymbolEntry::t |