Lines Matching defs:Version
73 // Microsoft visual studio, version 6 and higher.
78 // GCC version 3 and higher.s
324 // to English words: StringEqual( p, "version", true ) is fine.
809 This version is implemented with circular lists because:
1117 <?xml version="1.0" standalone="yes"?>
1122 version, encoding, and standalone.
1124 Note: In this version of the code, the attributes are
1151 /// Version. Will return an empty string if none was found.
1152 const char *Version() const { return version.c_str (); }
1175 TIXML_STRING version;
1252 bool LoadFile( const std::string& filename, TiXmlEncoding encoding = TIXML_DEFAULT_ENCODING ) ///< STL std::string version.
1257 bool SaveFile( const std::string& filename ) const ///< STL std::string version.