#include <VPathExprMan.hpp>
Public Methods | |
| VPathExprMan () | |
| VPathExpr * | GetPathExpr (unsigned long idx) |
| VPathExpr * | GetVPathExprs () |
| void | InitWhitespaceHandling () |
|
|
Definition at line 208 of file VPathExprMan.hpp. 00209 {
00210 pathexprnum=0;
00211 pathexprs=lastpathexpr=NULL;
00212 }
|
|
|
Definition at line 214 of file VPathExprMan.hpp. 00216 {
00217 VPathExpr *curpathexpr=pathexprs;
00218 while(idx--)
00219 curpathexpr=curpathexpr->next;
00220 return curpathexpr;
00221 }
|
|
|
Definition at line 235 of file VPathExprMan.hpp. 00235 { return pathexprs; }
|
|
|
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001