Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:QueryDoubleAttribute

890 	/// QueryDoubleAttribute examines the attribute - see QueryIntAttribute().
891 int QueryDoubleAttribute( const char* name, double* _value ) const;
895 int result = QueryDoubleAttribute( name, &d );
912 int QueryDoubleAttributeQueryDoubleAttribute( name.c_str(), _value ); }