Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:CopyTo

660 	void CopyTo( TiXmlNode* target ) const;
999 void CopyTo( TiXmlElement* target ) const;
1043 void CopyTo( TiXmlComment* target ) const;
1085 TiXmlText( const TiXmlText& copy ) : TiXmlNode( TiXmlNode::TEXT ) { copy.CopyTo( this ); }
1086 void operator=( const TiXmlText& base ) { base.CopyTo( this ); }
1101 void CopyTo( TiXmlText* target ) const;
1166 void CopyTo( TiXmlDeclaration* target ) const;
1194 TiXmlUnknown( const TiXmlUnknown& copy ) : TiXmlNode( TiXmlNode::UNKNOWN ) { copy.CopyTo( this ); }
1195 void operator=( const TiXmlUnknown& copy ) { copy.CopyTo( this ); }
1205 void CopyTo( TiXmlUnknown* target ) const;
1357 void CopyTo( TiXmlDocument* target ) const;