Objectively 1.0.0
Ultra-lightweight object oriented framework for GNU C.
|
Immutable arrays. More...
Go to the source code of this file.
Data Structures | |
struct | Array |
Immutable arrays. More... | |
Typedefs | |
typedef void(* | ArrayEnumerator) (const Array *array, ident obj, ident data) |
A function pointer for Array enumeration (iteration). More... | |
Functions | |
OBJECTIVELY_EXPORT Class * | _Array (void) |
Immutable arrays.
Definition in file Array.h.
OBJECTIVELY_EXPORT Class * _Array | ( | void | ) |
Definition at line 470 of file Array.c.