MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / Print

Method Print

external/tinyxml/tinyxml.h:870–872  ·  view source on GitHub ↗

Prints this Attribute to a FILE stream.

Source from the content-addressed store, hash-verified

868
869 // Prints this Attribute to a FILE stream.
870 virtual void Print( FILE* cfile, int depth ) const {
871 Print( cfile, depth, 0 );
872 }
873 void Print( FILE* cfile, int depth, TIXML_STRING* str ) const;
874
875 // [internal use]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected