Home | History | Annotate | Download | only in tinyxml

Lines Matching defs:ValueStr

494 	const std::string& ValueStr() const { return value; }
814 const std::string& ValueStr() const { return value; } ///< Return the value of this attribute.
1030 std::stringstream sstream( node->ValueStr() );
1042 *outValue = node->ValueStr();