xboa
|
#include <Hitcore.h>
Public Attributes | |
void * | data |
size_t | data_length |
size_t | allocd_length |
size_t | object_size |
void* data |
Definition at line 99 of file Hitcore.h.
Referenced by test_vector_alloc(), test_vector_init(), test_vector_realloc(), vector_alloc(), vector_el(), vector_el_bc(), vector_free(), vector_init(), vector_insert(), and vector_realloc().
size_t data_length |
Definition at line 99 of file Hitcore.h.
Referenced by len_python(), length_python(), test_vector_alloc(), test_vector_init(), test_vector_realloc(), vector_alloc(), vector_el_bc(), vector_init(), vector_insert(), and vector_realloc().
size_t allocd_length |
Definition at line 99 of file Hitcore.h.
Referenced by test_vector_alloc(), test_vector_init(), test_vector_realloc(), vector_alloc(), vector_init(), vector_insert(), and vector_realloc().
size_t object_size |
Definition at line 99 of file Hitcore.h.
Referenced by len_python(), length_python(), test_vector_alloc(), test_vector_init(), test_vector_realloc(), vector_alloc(), vector_el(), vector_el_bc(), vector_init(), and vector_realloc().