|
Coconut Framework
beta
|
Define CNTextString class. More...
#include "CNForwarders.h"Go to the source code of this file.
Classes | |
| struct | CNTextString |
Functions | |
| static struct CNTextString | CNMakeEmptyTextString (void) |
| Return empty text-string. More... | |
| static const unsigned char * | CNContentOfTextString (const struct CNTextString *src) |
| Get content of source text-string. More... | |
| static size_t | CNLengthOfTextString (const struct CNTextString *src) |
| Get length of source text-string. More... | |
Define CNTextString class.
|
static |
Return empty text-string.
|
inlinestatic |
Get content of source text-string.
| src | Source text-string |
References CNTextString::string.
|
inlinestatic |
Get length of source text-string.
| src | Source text-string |
References CNTextString::length.
1.8.5