operator<< ( TiXmlOutStream& out, TiXmlNode const& base )Field 'base->prev->value' in 2nd parameter 'base' (reference) has type 'TiXmlString'.
TiXmlBase::PutString ( TiXmlString const& str, TiXmlOutStream* out ) [static]1st parameter 'str' (reference) has base type 'TiXmlString'.
TiXmlBase::PutString ( TiXmlString const& str, TiXmlString* out ) [static]1st parameter 'str' (reference) has base type 'TiXmlString'.
TiXmlBase::ReadName ( char const* p, TiXmlString* name, TiXmlEncoding encoding ) [static]2nd parameter 'name' (pointer) has base type 'TiXmlString'.
TiXmlBase::ReadText ( char const* in, TiXmlString* text, bool ignoreWhiteSpace, char const* endTag, bool ignoreCase, TiXmlEncoding encoding ) [static]2nd parameter 'text' (pointer) has base type 'TiXmlString'.
TiXmlBase::StringToBuffer::StringToBuffer [in-charge] ( TiXmlString const& str )1st parameter 'str' (reference) has base type 'TiXmlString'.
TiXmlComment::Clone ( ) constField 'retval->value' in return value (pointer) has type 'TiXmlString'.
TiXmlDeclaration::Clone ( ) constField 'retval->value' in return value (pointer) has type 'TiXmlString'.
TiXmlDocument::Clone ( ) constField 'retval->value' in return value (pointer) has type 'TiXmlString'.
TiXmlElement::Clone ( ) constField 'retval->value' in return value (pointer) has type 'TiXmlString'.
TiXmlNode::Clear ( )Field 'this->value' in the object of this method has type 'TiXmlString'.
TiXmlNode::CopyTo ( TiXmlNode* target ) constField 'target->value' in 1st parameter 'target' (pointer) has type 'TiXmlString'.
TiXmlNode::FirstChild ( char const* value )Field 'this->value' in the object of this method has type 'TiXmlString'.
TiXmlNode::FirstChild ( char const* value ) constField 'retval->prev->value' in return value (pointer) has type 'TiXmlString'.
TiXmlNode::FirstChildElement ( )Field 'this->value' in the object of this method has type 'TiXmlString'.
TiXmlNode::FirstChildElement ( ) constField 'this->value' in the object of this method has type 'TiXmlString'.
TiXmlNode::FirstChildElement ( char const* value )Field 'this->value' in the object of this method has type 'TiXmlString'.
TiXmlNode::FirstChildElement ( char const* value ) constField 'this->value' in the object of this method has type 'TiXmlString'.
TiXmlNode::GetDocument ( )Field 'this->value' in the object of this method has type 'TiXmlString'.
TiXmlNode::GetDocument ( ) constField 'this->value' in the object of this method has type 'TiXmlString'.
TiXmlNode::Identify ( char const* start, TiXmlEncoding encoding )Field 'this->value' in the object of this method has type 'TiXmlString'.
TiXmlNode::InsertAfterChild ( TiXmlNode* afterThis, TiXmlNode const& addThis )Field 'addThis->next->value' in 2nd parameter 'addThis' (reference) has type 'TiXmlString'.
TiXmlNode::InsertBeforeChild ( TiXmlNode* beforeThis, TiXmlNode const& addThis )Field 'addThis->next->value' in 2nd parameter 'addThis' (reference) has type 'TiXmlString'.
TiXmlNode::InsertEndChild ( TiXmlNode const& addThis )Field 'addThis->next->value' in 1st parameter 'addThis' (reference) has type 'TiXmlString'.
TiXmlNode::IterateChildren ( char const* value, TiXmlNode* previous )Field 'previous->value' in 2nd parameter 'previous' (pointer) has type 'TiXmlString'.
TiXmlNode::IterateChildren ( TiXmlNode* previous )Field 'previous->value' in 1st parameter 'previous' (pointer) has type 'TiXmlString'.
TiXmlNode::LastChild ( char const* value )Field 'this->value' in the object of this method has type 'TiXmlString'.
TiXmlNode::LastChild ( char const* value ) constField 'retval->prev->value' in return value (pointer) has type 'TiXmlString'.
TiXmlNode::LinkEndChild ( TiXmlNode* addThis )Field 'addThis->value' in 1st parameter 'addThis' (pointer) has type 'TiXmlString'.
TiXmlNode::NextSibling ( char const* p1 )Field 'this->value' in the object of this method has type 'TiXmlString'.
TiXmlNode::NextSibling ( char const* p1 ) constField 'retval->prev->value' in return value (pointer) has type 'TiXmlString'.
TiXmlNode::NextSiblingElement ( )Field 'this->value' in the object of this method has type 'TiXmlString'.
TiXmlNode::NextSiblingElement ( ) constField 'this->value' in the object of this method has type 'TiXmlString'.
TiXmlNode::NextSiblingElement ( char const* p1 )Field 'this->value' in the object of this method has type 'TiXmlString'.
TiXmlNode::NextSiblingElement ( char const* p1 ) constField 'this->value' in the object of this method has type 'TiXmlString'.
TiXmlNode::PreviousSibling ( char const* p1 )Field 'this->value' in the object of this method has type 'TiXmlString'.
TiXmlNode::PreviousSibling ( char const* p1 ) constField 'retval->prev->value' in return value (pointer) has type 'TiXmlString'.
TiXmlNode::RemoveChild ( TiXmlNode* removeThis )Field 'removeThis->value' in 1st parameter 'removeThis' (pointer) has type 'TiXmlString'.
TiXmlNode::ReplaceChild ( TiXmlNode* replaceThis, TiXmlNode const& withThis )Field 'replaceThis->value' in 1st parameter 'replaceThis' (pointer) has type 'TiXmlString'.
TiXmlNode::TiXmlNode [in-charge] ( TiXmlNode::NodeType _type )Field 'this->value' in the object of this method has type 'TiXmlString'.
TiXmlNode::Type ( ) constField 'this->value' in the object of this method has type 'TiXmlString'.
TiXmlNode::~TiXmlNode [in-charge] ( )Field 'this->value' in the object of this method has type 'TiXmlString'.
TiXmlString::append ( char const* suffix )This method is from 'TiXmlString' class.
TiXmlString::find ( char tofind, unsigned int offset ) constThis method is from 'TiXmlString' class.
TiXmlString::operator< ( TiXmlString const& compare ) const1st parameter 'compare' (reference) has base type 'TiXmlString'.
TiXmlString::operator= ( char const* content )This method is from 'TiXmlString' class.
TiXmlString::operator= ( TiXmlString const& copy )1st parameter 'copy' (reference) has base type 'TiXmlString'.
TiXmlString::operator== ( TiXmlString const& compare ) const1st parameter 'compare' (reference) has base type 'TiXmlString'.
TiXmlString::operator> ( TiXmlString const& compare ) const1st parameter 'compare' (reference) has base type 'TiXmlString'.
TiXmlString::TiXmlString [in-charge] ( char const* instring )This constructor is from 'TiXmlString' class.
TiXmlString::TiXmlString [in-charge] ( TiXmlString const& copy )1st parameter 'copy' (reference) has base type 'TiXmlString'.
TiXmlText::Clone ( ) constField 'retval->value' in return value (pointer) has type 'TiXmlString'.
TiXmlUnknown::Clone ( ) constField 'retval->value' in return value (pointer) has type 'TiXmlString'.