ReactOS 0.4.16-dev-88-ga65b6ae
|
string class for TCHAR strings More...
#include <xmlstorage.h>
Public Types | |
typedef std::string | super |
Public Member Functions | |
XS_String () | |
XS_String (LPCXSSTR s) | |
XS_String (LPCXSSTR s, size_t l) | |
XS_String (const super &other) | |
XS_String (const XS_String &other) | |
void | assign (const XS_String &s) |
XS_String & | operator= (LPCXSSTR s) |
XS_String & | operator= (const super &s) |
void | assign (LPCXSSTR s) |
void | assign (LPCXSSTR s, size_t l) |
operator LPCXSSTR () const | |
XS_String & | printf (LPCXSSTR fmt,...) |
XS_String & | vprintf (LPCXSSTR fmt, va_list l) |
XS_String & | appendf (LPCXSSTR fmt,...) |
XS_String & | vappendf (LPCXSSTR fmt, va_list l) |
string class for TCHAR strings
Definition at line 287 of file xmlstorage.h.
typedef std::string XMLStorage::XS_String::super |
Definition at line 297 of file xmlstorage.h.
|
inline |
|
inline |
Definition at line 303 of file xmlstorage.h.
Definition at line 305 of file xmlstorage.h.
Definition at line 306 of file xmlstorage.h.
Definition at line 379 of file xmlstorage.h.
Definition at line 338 of file xmlstorage.h.
Referenced by XMLStorage::XMLBoolRef::assign(), assign(), XMLStorage::XMLStringRef::assign(), XMLStorage::XMLDoubleRef::assign(), XMLStorage::XMLIntRef::assign(), and XMLStorage::XPathElement::parse().
Definition at line 343 of file xmlstorage.h.
Definition at line 344 of file xmlstorage.h.
|
inline |
Definition at line 346 of file xmlstorage.h.
Definition at line 342 of file xmlstorage.h.
Definition at line 341 of file xmlstorage.h.
Definition at line 391 of file xmlstorage.h.
Definition at line 370 of file xmlstorage.h.