Home | History | Annotate | Download | only in tinyxml

Lines Matching full:setname

835 	void SetName( const char* _name )	{ name = _name; }				///< Set the name of this attribute.
843 void SetName( const std::string& _name ) { name = _name; }