Gecode::REG::Exp Class Reference
List of all members.
Detailed Description
Implementation of the actual expression tree.
Definition at line 56 of file reg.cc.
Member Enumeration Documentation
Type of regular expression.
- Enumerator:
-
ET_SYMBOL |
|
ET_CONC |
|
ET_OR |
|
ET_STAR |
|
Definition at line 63 of file reg.cc.
Member Function Documentation
void Gecode::REG::Exp::inc |
( |
void |
|
) |
[inline] |
void Gecode::REG::Exp::dec |
( |
void |
|
) |
[inline] |
unsigned int Gecode::REG::Exp::n_pos |
( |
void |
|
) |
const [inline] |
std::ostream & Gecode::REG::Exp::print |
( |
std::ostream & |
os |
) |
const |
void * Gecode::REG::Exp::operator new |
( |
size_t |
s |
) |
[inline, static] |
void Gecode::REG::Exp::operator delete |
( |
void * |
|
) |
[inline, static] |
Member Data Documentation
The documentation for this class was generated from the following file: