Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:ival

701 int TiXmlElement::QueryIntAttribute( const char* name, int* ival ) const
707 return node->QueryIntValue( ival );
1230 int TiXmlAttribute::QueryIntValue( int* ival ) const
1232 if ( sscanf( value.c_str(), "%d", ival ) == 1 )