Prints this Attribute to a FILE stream.
| 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] |
nothing calls this directly
no outgoing calls
no test coverage detected