Пример #1
0
TiXmlElement& TiXmlElement::operator=( const TiXmlElement& base )
{
    ClearThis();
    base.CopyTo( this );
    return *this;
}
Пример #2
0
TiXmlElement::~TiXmlElement()
{
    ClearThis();
}
Пример #3
0
void TiXmlElement::operator=( const TiXmlElement& base )
{
	ClearThis();
	base.CopyTo( this );
}