#include <simplestring.h>
Public Member Functions | |
| SimpleString () | |
| SimpleString (const char *value) | |
| SimpleString (const SimpleString &other) | |
| ~SimpleString () | |
| SimpleString | operator= (const SimpleString &other) |
| SimpleString | operator+ (const SimpleString &other) |
| char * | asCharString () const |
| int | size () const |
Private Attributes | |
| char * | buffer |
Friends | |
| bool | operator== (const SimpleString &left, const SimpleString &right) |
| bool | operator!= (const SimpleString &left, const SimpleString &right) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
1.3.8