#include <CSXMLHelperTinyXML.h>
Public Member Functions | |
ElementDescription () | |
Data Fields | |
std::string | elementName |
bool | function |
bool | count |
bool | leadingSlash |
int | predicatePos |
|
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 } |
|
Definition at line 29 of file CSXMLHelperTinyXML.h. Referenced by ElementDescription(). |
|
Definition at line 30 of file CSXMLHelperTinyXML.h. Referenced by ElementDescription(). |
|
Definition at line 31 of file CSXMLHelperTinyXML.h. Referenced by ElementDescription(). |
|
Definition at line 32 of file CSXMLHelperTinyXML.h. Referenced by ElementDescription(). |
|
Definition at line 33 of file CSXMLHelperTinyXML.h. Referenced by ElementDescription(). |