Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:dval

711 int TiXmlElement::QueryDoubleAttribute( const char* name, double* dval ) const
717 return node->QueryDoubleValue( dval );
1237 int TiXmlAttribute::QueryDoubleValue( double* dval ) const
1239 if ( sscanf( value.c_str(), "%lf", dval ) == 1 )