Objectively 1.0.0
Ultra-lightweight object oriented framework for GNU C.
|
Mutable contiguous storage for C types. More...
Go to the source code of this file.
Data Structures | |
struct | Vector |
Vectors. More... | |
Macros | |
#define | VectorElement(vector, type, index) (((type *) vector->elements) + (index)) |
Access the typed element of vector at the specified index. More... | |
Typedefs | |
typedef void(* | VectorEnumerator) (const Vector *vector, ident obj, ident data) |
The VectorEnumerator function type. More... | |
Functions | |
OBJECTIVELY_EXPORT Class * | _Vector (void) |
Mutable contiguous storage for C types.
Definition in file Vector.h.
OBJECTIVELY_EXPORT Class * _Vector | ( | void | ) |
Definition at line 387 of file Vector.c.