Public Member Functions | |
OPUPString (const char *str) | |
OPUPString (int in_size) | |
OPUPString () | |
OPUPString (string str) | |
int | getLength () const |
operator const char * () const | |
operator char * () | |
Use the const char* ; Use this only if you know what you are doing. |
OPUPString::OPUPString | ( | const char * | str | ) | [inline] |
OPUPString::OPUPString | ( | int | in_size | ) | [inline] |
OPUPString::OPUPString | ( | ) | [inline] |
OPUPString::OPUPString | ( | string | str | ) | [inline] |
int OPUPString::getLength | ( | ) | const [inline] |
OPUPString::operator char * | ( | ) | [inline] |
Use the const char* ; Use this only if you know what you are doing.
OPUPString::operator const char * | ( | ) | const [inline] |