Searched defs:TiXmlAttribute (Results 1 - 2 of 2) sorted by relevance

/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h87 class TiXmlAttribute;
139 virtual bool VisitEnter( const TiXmlElement& /*element*/, const TiXmlAttribute* /*firstAttribute*/ ) { return true; }
779 class TiXmlAttribute : public TiXmlBase class in inherits:TiXmlBase
785 TiXmlAttribute() : TiXmlBase() function in class:TiXmlAttribute
793 TiXmlAttribute( const std::string& _name, const std::string& _value ) function in class:TiXmlAttribute
803 TiXmlAttribute( const char * _name, const char * _value ) function in class:TiXmlAttribute
849 const TiXmlAttribute* Next() const;
850 TiXmlAttribute* Next() {
851 return const_cast< TiXmlAttribute* >( (const_cast< const TiXmlAttribute* >(thi
[all...]
/external/tinyxml/
H A Dtinyxml.h89 class TiXmlAttribute;
694 class TiXmlAttribute : public TiXmlBase class in inherits:TiXmlBase
700 TiXmlAttribute() : TiXmlBase() function in class:TiXmlAttribute
708 TiXmlAttribute( const std::string& _name, const std::string& _value ) function in class:TiXmlAttribute
718 TiXmlAttribute( const char * _name, const char * _value ) function in class:TiXmlAttribute
766 const TiXmlAttribute* Next() const;
767 TiXmlAttribute* Next();
769 const TiXmlAttribute* Previous() const;
770 TiXmlAttribute* Previous();
772 bool operator==( const TiXmlAttribute
[all...]

Completed in 55 milliseconds