Home | History | Annotate | Download | only in tinyxml2

Lines Matching defs:CStr

578         const char* xmlcstr = printer.CStr();

1116 // printer.CStr() has a const char* to the XML
1351 SomeFunction( printer.CStr() );
1384 to memory, and the result is available in CStr().
1440 const char* CStr() const { return buffer.Mem(); }