Esempio n. 1
0
TiXmlElement& TiXmlElement::operator=( const TiXmlElement& base )
{
    ClearThis();
    base.CopyTo( this );
    return *this;
}
Esempio n. 2
0
TiXmlElement::~TiXmlElement()
{
    ClearThis();
}
Esempio n. 3
0
void TiXmlElement::operator=( const TiXmlElement& base )
{
	ClearThis();
	base.CopyTo( this );
}