Home | History | Annotate | Download | only in tinyxml2

Lines Matching defs:DoubleAttribute

890     double      DoubleAttribute( const char* name ) const    { double d=0;    QueryDoubleAttribute( name, &d );    return d; }