Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:TiXmlBase

130 /** TiXmlBase is a base class for every class in TinyXml.
152 class TiXmlBase
159 TiXmlBase() : userData(0) {}
160 virtual ~TiXmlBase() {}
356 TiXmlBase( const TiXmlBase& ); // not implemented.
357 void operator=( const TiXmlBase& base ); // not allowed.
382 class TiXmlNode : public TiXmlBase
694 class TiXmlAttribute : public TiXmlBase
700 TiXmlAttribute() : TiXmlBase()