Home | History | Annotate | Download | only in tinyxml2

Lines Matching defs:BoolValue

785     bool     BoolValue() const                { bool b=false; QueryBoolValue( &b );        return b; }