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
obvector_struct Struct Reference

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
 

Detailed Description

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

Member Data Documentation

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


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