Searched defs:TIXML_STRING (Results 1 - 1 of 1) sorted by relevance

/external/tinyxml/
H A Dtinyxml.h56 #define TIXML_STRING std::string macro
61 #define TIXML_STRING TiXmlString macro
241 StringToBuffer( const TIXML_STRING& str );
255 static bool StreamWhiteSpace( TIXML_ISTREAM * in, TIXML_STRING * tag );
256 static bool StreamTo( TIXML_ISTREAM * in, int character, TIXML_STRING * tag );
263 static const char* ReadName( const char* p, TIXML_STRING* name, TiXmlEncoding encoding );
269 TIXML_STRING* text, // the string read
318 static void PutString( const TIXML_STRING& str, TIXML_OSTREAM* out );
320 static void PutString( const TIXML_STRING& str, TIXML_STRING* ou
[all...]

Completed in 66 milliseconds