Coconut Framework  beta
Public Attributes | List of all members
CNFixedString Struct Reference

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
 

Detailed Description

Persistent string. There are only one object for each context of string.

Member Data Documentation

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().


The documentation for this struct was generated from the following file: