Public Member Functions | |
TiXmlDeclaration () | |
TiXmlDeclaration (TiXmlDeclaration const copy) | |
TiXmlDeclaration (string _version, string _encoding, string _standalone) | |
TiXmlDeclaration (string _version, string _encoding, string _standalone) | |
string | Encoding () |
TiXmlDeclaration | operator= (TiXmlDeclaration const copy) |
Print (FILE cfile, int depth, basic_stringchar str) | |
string | Standalone () |
string | Version () |
TiXmlDeclaration | ( | ) |
TiXmlDeclaration | ( | TiXmlDeclaration const | copy | ) |
TiXmlDeclaration | ( | string | _version, |
string | _encoding, | ||
string | _standalone | ||
) |
TiXmlDeclaration | ( | string | _version, |
string | _encoding, | ||
string | _standalone | ||
) |
string Encoding | ( | ) |
TiXmlDeclaration operator= | ( | TiXmlDeclaration const | copy | ) |
string Standalone | ( | ) |
string Version | ( | ) |