Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

VPathExprMan Class Reference

#include <VPathExprMan.hpp>

List of all members.

Public Methods

 VPathExprMan ()
VPathExprGetPathExpr (unsigned long idx)
VPathExprGetVPathExprs ()
void InitWhitespaceHandling ()


Constructor & Destructor Documentation

VPathExprMan::VPathExprMan   [inline]
 

Definition at line 208 of file VPathExprMan.hpp.

00209    {
00210       pathexprnum=0;
00211       pathexprs=lastpathexpr=NULL;
00212    }


Member Function Documentation

VPathExpr* VPathExprMan::GetPathExpr unsigned long    idx [inline]
 

Definition at line 214 of file VPathExprMan.hpp.

00216    {
00217       VPathExpr *curpathexpr=pathexprs;
00218       while(idx--)
00219          curpathexpr=curpathexpr->next;
00220       return curpathexpr;
00221    }

VPathExpr* VPathExprMan::GetVPathExprs   [inline]
 

Definition at line 235 of file VPathExprMan.hpp.

00235 {  return pathexprs; }

void VPathExprMan::InitWhitespaceHandling  
 


The documentation for this class was generated from the following file:
Generated on Sat Oct 13 16:08:56 2001 for XMILL by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001