Searched defs:TiXmlBase (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h172 /** TiXmlBase is a base class for every class in TinyXml.
194 class TiXmlBase class
201 TiXmlBase() : userData(0) {} function in class:TiXmlBase
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()
[all...]
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h172 /** TiXmlBase is a base class for every class in TinyXml.
194 class TiXmlBase class
201 TiXmlBase() : userData(0) {} function in class:TiXmlBase
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()
[all...]
/external/tinyxml/
H A Dtinyxml.h130 /** TiXmlBase is a base class for every class in TinyXml.
152 class TiXmlBase class
159 TiXmlBase() : userData(0) {} function in class:TiXmlBase
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()
[all...]

Completed in 70 milliseconds