Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

ElementDescription Class Reference

#include <CSXMLHelperTinyXML.h>


Public Member Functions

 ElementDescription ()

Data Fields

std::string elementName
bool function
bool count
bool leadingSlash
int predicatePos


Constructor & Destructor Documentation

ElementDescription::ElementDescription  )  [inline]
 

Definition at line 34 of file CSXMLHelperTinyXML.h.

References count, elementName, function, leadingSlash, and predicatePos.

00035         {
00036             elementName = "";
00037             function = false;
00038             count = false;
00039             leadingSlash = false;
00040             predicatePos = -1;
00041         }


Field Documentation

std::string ElementDescription::elementName
 

Definition at line 29 of file CSXMLHelperTinyXML.h.

Referenced by ElementDescription().

bool ElementDescription::function
 

Definition at line 30 of file CSXMLHelperTinyXML.h.

Referenced by ElementDescription().

bool ElementDescription::count
 

Definition at line 31 of file CSXMLHelperTinyXML.h.

Referenced by ElementDescription().

bool ElementDescription::leadingSlash
 

Definition at line 32 of file CSXMLHelperTinyXML.h.

Referenced by ElementDescription().

int ElementDescription::predicatePos
 

Definition at line 33 of file CSXMLHelperTinyXML.h.

Referenced by ElementDescription().


Generated on Wed Jul 14 00:45:28 2004 for CSLib by doxygen 1.3.6