MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / Print

Method Print

lesson7-Detection/src/utils/tinyxml.h:1319–1321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1317 // Print this declaration to a FILE stream.
1318 virtual void Print( FILE* cfile, int depth, TIXML_STRING* str ) const;
1319 virtual void Print( FILE* cfile, int depth ) const {
1320 Print( cfile, depth, 0 );
1321 }
1322
1323 virtual const char* Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding );
1324

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected