Class TiXmlString
Defined in File tinystr.h
Nested Relationships
Nested Types
Inheritance Relationships
Derived Type
public TiXmlOutStream
(Class TiXmlOutStream)
Class Documentation
-
class TiXmlString
Subclassed by TiXmlOutStream
Public Types
-
typedef size_t size_type
Public Functions
-
inline TiXmlString()
-
inline TiXmlString(const TiXmlString ©)
-
inline TIXML_EXPLICIT TiXmlString(const char *copy)
-
inline ~TiXmlString()
-
inline TiXmlString &operator=(const char *copy)
-
inline TiXmlString &operator=(const TiXmlString ©)
-
inline TiXmlString &operator+=(const char *suffix)
-
inline TiXmlString &operator+=(char single)
-
inline TiXmlString &operator+=(const TiXmlString &suffix)
-
inline const char *c_str() const
-
inline const char *data() const
-
inline bool empty() const
-
inline void clear()
-
TiXmlString &assign(const char *str, size_type len)
-
TiXmlString &append(const char *str, size_type len)
-
inline void swap(TiXmlString &other)
-
typedef size_t size_type