Generated on Mon Sep 17 2012 22:20:54 for Gecode by doxygen 1.8.1.1
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 107 of file parser.hh.


Constructor & Destructor Documentation

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

Default constructor.

Definition at line 112 of file parser.hh.

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

Constructor.

Definition at line 114 of file parser.hh.


Member Data Documentation

SymbolType Gecode::FlatZinc::SymbolEntry::t

Definition at line 109 of file parser.hh.

int Gecode::FlatZinc::SymbolEntry::i

Definition at line 110 of file parser.hh.


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