offbrand
A collection of generic, reference counted datastructures in C for C
 All Classes Files Functions Variables Typedefs Macros Groups
Public Attributes | List of all members
obstring_struct Struct Reference

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
 

Detailed Description

obstring internal structure, encapsulating all data needed for an instance of obstring

Member Data Documentation

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


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