![]() |
SUMO - Simulation of Urban MObility
|
#include <TplConvert.h>

Static Public Member Functions | |
Conversion of basic types and data arrays to String | |
| static std::string | _2str (const XMLCh *const data) |
| converts a 0-terminated char-type array into std::string More... | |
| static std::string | _2str (const XMLCh *const data, int length) |
| converts a char-type array into std::string considering the given length More... | |
TplConvert Some methods that convert 0-terminated XMLCh-arrays into std::strings
Definition at line 47 of file TplConvert.h.
|
inlinestatic |
converts a 0-terminated char-type array into std::string
| an | EmptyData - exception if the given pointer is 0 |
Definition at line 54 of file TplConvert.h.
Referenced by OptionsLoader::characters(), GenericSAXHandler::characters(), SUMOSAXAttributesImpl_Xerces::clone(), GenericSAXHandler::endElement(), OptionsLoader::error(), OptionsLoader::fatalError(), SUMOSAXAttributesImpl_Xerces::getFloat(), OptionsIO::getRoot(), SUMOSAXAttributesImpl_Xerces::getString(), SUMOSAXAttributesImpl_Xerces::getStringSecure(), XMLSubSys::init(), OptionsIO::loadConfiguration(), NILoader::loadXMLType(), main(), SUMOSAXReader::LocalSchemaResolver::resolveEntity(), SUMOSAXAttributesImpl_Xerces::serialize(), OptionsLoader::startElement(), GenericSAXHandler::startElement(), and OptionsLoader::warning().
|
inlinestatic |
converts a char-type array into std::string considering the given length
| an | EmptyData - exception if the given pointer is 0 |
Definition at line 61 of file TplConvert.h.