Home | History | Annotate | Download | only in tinyxml

Lines Matching defs:TiXmlBase

172 /** TiXmlBase is a base class for every class in TinyXml.
194 class TiXmlBase
201 TiXmlBase() : userData(0) {}
202 virtual ~TiXmlBase() {}
397 TiXmlBase( const TiXmlBase& ); // not implemented.
398 void operator=( const TiXmlBase& base ); // not allowed.
423 class TiXmlNode : public TiXmlBase
779 class TiXmlAttribute : public TiXmlBase
785 TiXmlAttribute() : TiXmlBase()