|
C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
General String class based on Unicode standard. More...
#include <string>#include <vector>#include <list>#include <vsn_objectlist.h>#include <vsn_iterator.h>#include <vsn_global.h>Classes | |
| class | VSN::CharArray |
| 8 bit zero terminated char array. More... | |
| class | VSN::String |
| General String class based on Unicode standard. More... | |
| class | VSN::WString |
| General String class based on Unicode standard and used for converting string. More... | |
Functions | |
| String | VSN::operator+ (const char *lhs, const String &rhs) |
| Add a string to a C string. | |
| String | VSN::operator+ (const wchar_t *lhs, const String &rhs) |
| Add a string to a wide char C string. | |
General String class based on Unicode standard.