Searched defs:QueryIntAttribute (Results 1 - 2 of 2) sorted by relevance

/external/tinyxml/
H A Dtinyxml.cpp701 int TiXmlElement::QueryIntAttribute( const char* name, int* ival ) const function in class:TiXmlElement
H A Dtinyxml.h882 /** QueryIntAttribute examines the attribute - it is an alternative to the
889 int QueryIntAttribute( const char* name, int* _value ) const;
890 /// QueryDoubleAttribute examines the attribute - see QueryIntAttribute().
892 /// QueryFloatAttribute examines the attribute - see QueryIntAttribute().
911 int QueryIntAttribute( const std::string& name, int* _value ) const { return QueryIntAttribute( name.c_str(), _value ); } function in class:TiXmlElement

Completed in 77 milliseconds