Searched defs:TiXmlNode (Results 1 - 4 of 4) sorted by relevance
/external/sfntly/cpp/src/test/tinyxml/ |
H A D | tinyxml.cpp | 136 TiXmlNode::TiXmlNode( NodeType _type ) : TiXmlBase() function in class:TiXmlNode 147 TiXmlNode::~TiXmlNode() 149 TiXmlNode* node = firstChild; 150 TiXmlNode* temp = 0; 161 void TiXmlNode::CopyTo( TiXmlNode* target ) const 169 void TiXmlNode::Clear() 171 TiXmlNode* nod [all...] |
H A D | tinyxml.h | 126 @sa TiXmlNode::Accept() 196 friend class TiXmlNode; 232 TiXmlDocument::LoadFile(), or any TiXmlNode::Parse() is called. It will NOT be set 420 in a document, or stand on its own. The type of a TiXmlNode 423 class TiXmlNode : public TiXmlBase class in inherits:TiXmlBase 434 friend std::istream& operator >> (std::istream& in, TiXmlNode& base); 452 friend std::ostream& operator<< (std::ostream& out, const TiXmlNode& base); 455 friend std::string& operator<< (std::string& out, const TiXmlNode& base ); 473 virtual ~TiXmlNode(); 476 TiXmlNode [all...] |
/external/tinyxml/ |
H A D | tinyxml.cpp | 144 TiXmlNode::TiXmlNode( NodeType _type ) : TiXmlBase() function in class:TiXmlNode 155 TiXmlNode::~TiXmlNode() 157 TiXmlNode* node = firstChild; 158 TiXmlNode* temp = 0; 169 void TiXmlNode::CopyTo( TiXmlNode* target ) const 176 void TiXmlNode::Clear() 178 TiXmlNode* nod [all...] |
H A D | tinyxml.h | 154 friend class TiXmlNode; 186 TiXmlDocument::LoadFile(), or any TiXmlNode::Parse() is called. It will NOT be set 379 in a document, or stand on its own. The type of a TiXmlNode 382 class TiXmlNode : public TiXmlBase class in inherits:TiXmlBase 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); 435 virtual ~TiXmlNode(); 438 TiXmlNode [all...] |
Completed in 402 milliseconds