|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Parent Classes:
Variables:
- const StateT & state;
-
State used in evaluation.
- ExIter expr;
-
Current expression.
- StackG> stack;
-
Processing stack.
Methods:
- VLEvalStack(const StateT & nState,VLBindLst & nBnd,const ExIter & nStart)
-
Constructor.
- VLEvalStack(const VLEvalStack<ExIter,StateT> & Oth)
-
Copy constructor.
- const StateT & State(void) const
-
State operators.
- BooleanT BndNext(void)
-
Set up new bindings after match failed.
- BooleanT CheckIt(void)
-
- BooleanT Next(void)
-
- BooleanT First(void)
-
- VLBindLst & Binds(void) const
-
Access bind list.
- BooleanT Unbind(VLBindLst::BindMark aBM)
-
Unbind to mark.
- VLBindLst::BindMark GetMark(void)
-
Get mark in current bind set.
- BooleanT IsElm(void) const
-
At valid element ?
- void Dump(void) const
-
Dump state to stdout.
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|