Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:outValue

1024 	template< typename T > int QueryValueAttribute( const std::string& name, T* outValue ) const
1031 sstream >> *outValue;
1037 int QueryValueAttribute( const std::string& name, std::string* outValue ) const
1042 *outValue = node->ValueStr();