Home | History | Annotate | Download | only in tinyxml2

Lines Matching defs:BoolAttribute

888     bool     BoolAttribute( const char* name ) const    { bool b=false; QueryBoolAttribute( name, &b );        return b; }