offbrand
A collection of generic, reference counted datastructures in C for C
|
obstring internal structure, encapsulating all data needed for an instance of obstring More...
#include <obstring_private.h>
Public Attributes | |
obj | base |
char * | str |
uint32_t | length |
obstring internal structure, encapsulating all data needed for an instance of obstring
obj obstring_struct::base |
obj containing reference count and class membership data
uint32_t obstring_struct::length |
integer tracking str length
char* obstring_struct::str |
encapsulated NUL terminated C string