Home | History | Annotate | Download | only in tinyxml2

Lines Matching full:intvalue

781     int         IntValue() const                { int i=0;        QueryIntValue( &i );        return i; }