Objectively 1.0.0
Ultra-lightweight object oriented framework for GNU C.
|
Abstract data types for aggregating Objects. More...
Classes | |
struct | Array |
Immutable arrays. More... | |
struct | Dictionary |
Immutable key-value stores. More... | |
struct | IndexSet |
Immutable collections of unique index values. More... | |
struct | MutableArray |
Mutable arrays. More... | |
struct | MutableDictionary |
Mutable key-value stores. More... | |
struct | MutableIndexSet |
Mutable collections of unique index values. More... | |
struct | MutableSet |
Mutable sets. More... | |
struct | Set |
Immutable sets. More... | |
struct | Vector |
Vectors. More... | |