offbrand
A collection of generic, reference counted datastructures in C for C
|
obvector internal structure, encapsulating all data needed for an instance of obvector More...
#include <obvector_private.h>
Public Attributes | |
obj | base |
obj ** | array |
uint32_t | length |
uint32_t | capacity |
obvector internal structure, encapsulating all data needed for an instance of obvector
obj** obvector_struct::array |
intenal dynamically sized array of pointers to Offbrand compatible class instances
obj obvector_struct::base |
obj containing reference count and class membership data
uint32_t obvector_struct::capacity |
Integer count of the capacity of the internal array
uint32_t obvector_struct::length |
Integer size to find all objects stored in Vector