csString Class Reference
Thin wrapper around csStringFast<> with its default buffer size. More...
#include <csutil/csstring.h>
Inheritance diagram for csString:

Public Member Functions | |
csString (unsigned char c) | |
Create a csString object from a single unsigned character. | |
csString (char c) | |
Create a csString object from a single signed character. | |
csString (const char *src, size_t _length) | |
Create a csString object from a C string, given the length. | |
csString (const char *src) | |
Create a csString object from a null-terminated C string. | |
csString (size_t Length) | |
Create a csString object and reserve space for at least Length characters. | |
csString () | |
Create an empty csString object. | |
csString (const csStringBase ©) | |
csString (const csString ©) | |
Copy constructor. | |
const csString & | operator= (ulonglong x) |
const csString & | operator= (longlong x) |
const csString & | operator= (double x) |
const csString & | operator= (float x) |
const csString & | operator= (unsigned long x) |
const csString & | operator= (long x) |
const csString & | operator= (unsigned int x) |
const csString & | operator= (int x) |
const csString & | operator= (unsigned short x) |
const csString & | operator= (short x) |
const csString & | operator= (bool x) |
const csString & | operator= (unsigned char x) |
const csString & | operator= (char x) |
const csString & | operator= (const char *copy) |
const csString & | operator= (const csStringBase ©) |
Assign a value to this string. | |
const csString & | operator= (const csString ©) |
Assign a value to this string. |
Detailed Description
Thin wrapper around csStringFast<> with its default buffer size.
Definition at line 1116 of file csstring.h.
Constructor & Destructor Documentation
|
Create an empty csString object.
Definition at line 1120 of file csstring.h. |
|
Create a csString object and reserve space for at least
Definition at line 1125 of file csstring.h. |
|
Copy constructor.
Definition at line 1128 of file csstring.h. |
|
Create a csString object from a null-terminated C string.
Definition at line 1133 of file csstring.h. |
|
Create a csString object from a C string, given the length.
Definition at line 1135 of file csstring.h. |
|
Create a csString object from a single signed character.
Definition at line 1137 of file csstring.h. |
|
Create a csString object from a single unsigned character.
Definition at line 1139 of file csstring.h. |
Member Function Documentation
|
Assign a value to this string.
Reimplemented from csStringFast< LEN >. Definition at line 1145 of file csstring.h. |
|
Assign a value to this string.
Definition at line 1143 of file csstring.h. |
The documentation for this class was generated from the following file:
- csutil/csstring.h
Generated for Crystal Space by doxygen 1.4.4