Home | History | Annotate | Download | only in tinyxml

Lines Matching defs:CStr

735 		const char* xmlcstr = printer.CStr();
1008 const char* cstr = Attribute( name );
1009 if ( cstr ) {
1010 *_value = std::string( cstr );
1726 be accessed via the CStr(), Str(), and Size() methods.
1734 fprintf( stdout, "%s", printer.CStr() );
1775 const char* CStr() { return buffer.c_str(); }