OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TiXmlBase
(Results
1 - 2
of
2
) sorted by null
/external/sfntly/cpp/src/test/tinyxml/
tinyxml.h
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
()
[
all
...]
/external/tinyxml/
tinyxml.h
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
()
[
all
...]
Completed in 222 milliseconds