Generated on Sat Feb 7 2015 02:01:42 for Gecode by doxygen 1.8.9.1
Gecode::FlatZinc::SymbolEntry Class Reference

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
 

Detailed Description

Entries in the symbol table.

Definition at line 109 of file parser.hh.

Constructor & Destructor Documentation

Gecode::FlatZinc::SymbolEntry::SymbolEntry ( void  )
inline

Default constructor.

Definition at line 114 of file parser.hh.

Gecode::FlatZinc::SymbolEntry::SymbolEntry ( SymbolType  t0,
int  i0 
)
inline

Constructor.

Definition at line 116 of file parser.hh.

Member Data Documentation

SymbolType Gecode::FlatZinc::SymbolEntry::t

Definition at line 111 of file parser.hh.

int Gecode::FlatZinc::SymbolEntry::i

Definition at line 112 of file parser.hh.


The documentation for this class was generated from the following file: