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

#include <AString.h>

Public Attributes

size_t size
 
size_t capacity
 
AChar data [4]
 

Detailed Description

Raw content of ascii string

Member Data Documentation

size_t commore::RawAString::capacity

Allocated memory size

AChar commore::RawAString::data[4]

Array of char, null terminating string

size_t commore::RawAString::size

Size of the string


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