|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
////////////////////////
Iterator & Handle.
Parent Classes:
Variables:
Methods:
- VLExprIterC(VLExprC & nExpr)
-
Constuctor.
- VLExprIterC(VLSymbC & nSymb)
-
Constructor.
- const VLExprTypeC & ExprType(void) const
-
A refrence to the current expression type.
- VLSymbC & Data(void)
-
Get the value of the current term.
- BooleanT SetTerm(const VLSymbC & S)
-
Set the current Term.
- BooleanT SetTerm(VLExprC & Expr,const VLSymbC & S)
-
- VLExprC & Expr(void)
-
Get the expression where using.
- const VLExprC & Expr(void) const
-
Get the expression where using.
- void Dump(void) const
-
Print info to stdout.
- VLExprIter & operator=(const VLExpr & Expr)
-
Assignment to Expression.
- VLExprIter & operator=(const VLExprIter & EIt)
-
Assignment to another iterator.
- BooleanT IsElm(void) const
-
At a valid argument.
- BooleanT First(void)
-
Goto first argument of expression.
- BooleanT Next(void)
-
Goto next element, Return False if it failes.
- const VLExprLabelC & Label(void) const
-
Current label.
- const VLExprTypeC LabelType(void) const
-
Get the current arguments expression type.
- IndexT GetArgNo(void) const
-
Get the current arg no.
- VLSymbC & Data(VLExprC & Expr) const
-
Another version of GetTerm();
- const VLSymbC & Data(const VLExprC & Expr) const
-
Another version of GetTerm();
- void Dump(void) const
-
Dump info in iter to stdout.
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|