From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/classCVarPath.html | 311 ++++++++++++++++++++++++++++++++++++ 1 file changed, 311 insertions(+) create mode 100644 docs/doxygen/nel/classCVarPath.html (limited to 'docs/doxygen/nel/classCVarPath.html') diff --git a/docs/doxygen/nel/classCVarPath.html b/docs/doxygen/nel/classCVarPath.html new file mode 100644 index 00000000..013b84b7 --- /dev/null +++ b/docs/doxygen/nel/classCVarPath.html @@ -0,0 +1,311 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# 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: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1