commore  1.0.6-SNAPSHOT
All Classes Namespaces Functions Variables Typedefs Enumerations Pages
commore::RawString Struct Reference

#include <String.h>

Public Attributes

size_t size
 
size_t capacity
 
Char data [4]
 

Detailed Description

Raw content of unicode string

Member Data Documentation

size_t commore::RawString::capacity

Allocated memory size

Char commore::RawString::data[4]

Array of char, null terminating string

size_t commore::RawString::size

Size of the string


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