V-ART
|
Class for auto conversion from Xerces strings to C strings. More...
#include <xmlbase.h>
Public Member Functions | |
TempCString (const XMLCh *const toTranscode) | |
~TempCString () | |
bool | operator== (const char *other) const |
Check against a C string. More... | |
bool | GetValue (int *valuePtr) const |
bool | GetValue (float *valuePtr) const |
bool | GetValue (bool *valuePtr) const |
operator const char * () const | |
Automatic cast to char*. More... | |
Class for auto conversion from Xerces strings to C strings.
|
inline |
bool VART::XmlBase::TempCString::GetValue | ( | int * | valuePtr | ) | const |
Definition at line 165 of file xmlbase.cpp.
Referenced by VART::XmlBase::GetAttributeValue(), VART::XmlScene::loadDofs(), and VART::XmlScene::LoadSceneNode().
bool VART::XmlBase::TempCString::GetValue | ( | float * | valuePtr | ) | const |
Definition at line 175 of file xmlbase.cpp.
bool VART::XmlBase::TempCString::GetValue | ( | bool * | valuePtr | ) | const |
Definition at line 184 of file xmlbase.cpp.
|
inline |
bool VART::XmlBase::TempCString::operator== | ( | const char * | other | ) | const |
Check against a C string.
Definition at line 160 of file xmlbase.cpp.