Home | History | Annotate | Download | only in tinyxml

Lines Matching defs:SetName

744 	void SetName( const char* _name )	{ name = _name; }				///< Set the name of this attribute.
752 void SetName( const std::string& _name )
755 SetName ( buf.buffer ? buf.buffer : "error" );