From 90f3d2ff9fe7297dae0bdcee9c441e53177a0fb7 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 3 Mar 2016 09:26:06 -0500 Subject: efficiency stuffs --- include/tinyxml2.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/tinyxml2.h') diff --git a/include/tinyxml2.h b/include/tinyxml2.h index fb7464a..4282642 100755 --- a/include/tinyxml2.h +++ b/include/tinyxml2.h @@ -38,6 +38,8 @@ distribution. # include #endif +#include + /* TODO: intern strings instead of allocation. */ @@ -1187,6 +1189,11 @@ public: */ const char* Attribute( const char* name, const char* value=0 ) const; + /** Functions the same as Attribute(), but returns the result + as a std::string. + */ + std::string StrAttribute( const char* name, const char* value=0 ) const; + /** Given an attribute name, IntAttribute() returns the value of the attribute interpreted as an integer. 0 will be returned if there is an error. For a method with error -- cgit v1.2.3