Gecode::FlatZinc::SymbolEntry Class Reference
Entries in the symbol table. More...
#include <parser.hh>
List of all members.
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] |
Default constructor.
Definition at line 109 of file parser.hh.
| Gecode::FlatZinc::SymbolEntry::SymbolEntry | ( | SymbolType | t0, | |
| int | i0 | |||
| ) | [inline] |
Constructor.
Definition at line 111 of file parser.hh.
Member Data Documentation
Definition at line 106 of file parser.hh.
Definition at line 107 of file parser.hh.
The documentation for this class was generated from the following file:
- gecode/flatzinc/parser.hh
