Home | History | Annotate | Download | only in tinyxml2

Lines Matching refs:DoubleValue

787     double      DoubleValue() const            { double d=0;    QueryDoubleValue( &d );        return d; }