# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

CVarPath Class Reference

#include <varpath.h>

List of all members.

Public Methods

 CVarPath (const std::string &raw)
void decode ()
void display ()

Public Attributes

std::vector< std::pair< std::string,
std::string > > 
Destination

Private Methods

std::string getToken ()
 VarPath ::= [bloc '.']* bloc bloc ::= '[' [VarPath ',']* VarPath ']' | name name ::= [ascii]* ['*']. More...


Private Attributes

std::string RawVarPath
uint32 TokenPos


Constructor & Destructor Documentation

CVarPath::CVarPath const std::string &    raw [inline]
 

Definition at line 35 of file varpath.h.

References decode, and RawVarPath.


Member Function Documentation

void CVarPath::decode  
 

Definition at line 102 of file varpath.cpp.

References Destination, display, getToken, nlwarning, RawVarPath, and TokenPos.

Referenced by CVarPath.

void CVarPath::display  
 

Definition at line 185 of file varpath.cpp.

References Destination, and nlinfo.

Referenced by decode.

string CVarPath::getToken   [private]
 

VarPath ::= [bloc '.']* bloc bloc ::= '[' [VarPath ',']* VarPath ']' | name name ::= [ascii]* ['*'].

Definition at line 77 of file varpath.cpp.

References RawVarPath, res, and TokenPos.

Referenced by decode.


Member Data Documentation

std::vector<std::pair<std::string, std::string> > CVarPath::Destination
 

Definition at line 42 of file varpath.h.

Referenced by decode, display, and NLMISC_COMMAND.

std::string CVarPath::RawVarPath [private]
 

Definition at line 50 of file varpath.h.

Referenced by CVarPath, decode, and getToken.

uint32 CVarPath::TokenPos [private]
 

Definition at line 52 of file varpath.h.

Referenced by decode, and getToken.


The documentation for this class was generated from the following files: