Home | History | Annotate | Download | only in tinyxml

Lines Matching full:base

130 /** TiXmlBase is a base class for every class in TinyXml.
357 void operator=( const TiXmlBase& base ); // not allowed.
393 friend std::istream& operator >> (std::istream& in, TiXmlNode& base);
411 friend std::ostream& operator<< (std::ostream& out, const TiXmlNode& base);
414 friend std::string& operator<< (std::string& out, const TiXmlNode& base );
418 friend TIXML_OSTREAM& operator<< (TIXML_OSTREAM& out, const TiXmlNode& base);
683 void operator=( const TiXmlNode& base ); // not allowed.
791 void operator=( const TiXmlAttribute& base ); // not allowed.
857 void operator=( const TiXmlElement& base );
1028 void operator=( const TiXmlComment& base );
1086 void operator=( const TiXmlText& base ) { base.CopyTo( this ); }