C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2
VSN::WString Class Reference

General String class based on Unicode standard and used for converting string. More...

#include <vsn_string.h>

Public Member Functions

 WString ()
 Default constructor creating an empty String.
 
 WString (const String &str)
 Copy constructor from another String object.
 
 WString (const WString &str)
 Copy constructor from another WString object.
 
 ~WString ()
 Destructor.
 
wchar_t & operator[] (unsigned index)
 Returns char by index.
 
const wchar_t & operator[] (unsigned index) const
 Returns const char by index.
 
wchar_t & At (unsigned index)
 Returns char by index.
 
const wchar_t & At (unsigned index) const
 Returns const char by index.
 
void Resize (unsigned newLength)
 Changes string size.
 
bool IsEmpty () const
 True if string is empty.
 
unsigned Length () const
 Returns string length.
 
const wchar_t * c_str () const
 Returns pointer to const array.
 

Detailed Description

General String class based on Unicode standard and used for converting string.


The documentation for this class was generated from the following file: