| 
    Coconut Framework
    beta
    
   | 
 
Persistent string. There are only one object for each context of string. More...
#include <CNFixedString.h>
Public Attributes | |
| size_t | length | 
| uint64_t | uniqId | 
| const unsigned char * | content | 
Persistent string. There are only one object for each context of string.
| size_t CNFixedString::length | 
Length of the string
Referenced by CNLengthOfFixedString().
| uint64_t CNFixedString::uniqId | 
Unique id of this string
Referenced by CNUniqueIdOfFixedString().
| const unsigned char* CNFixedString::content | 
The string context
Referenced by CNContentOfFixedString().
 1.8.5