Home | History | Annotate | Download | only in tinyxml

Lines Matching defs:SaveFile

1245 	bool SaveFile() const;
1249 bool SaveFile( const char * filename ) const;
1257 bool SaveFile( const std::string& filename ) const ///< STL std::string version.
1260 return ( f.buffer && SaveFile( f.buffer ));