Objectively
Ultra-lightweight object oriented framework for GNU C.
Loading...
Searching...
No Matches
Collections

Abstract data types for aggregating Objects. More...

Classes

struct  Array
 Arrays. More...
 
struct  Dictionary
 Key-value stores. More...
 
struct  HashTable
 Hash tables with user-supplied hash and equality functions. More...
 
struct  IndexSet
 Collections of unique index values. More...
 
struct  List
 Doubly-linked lists of raw C pointers. More...
 
struct  PointerArray
 Growable arrays of raw C pointers. More...
 
struct  Set
 Sets. More...
 
struct  Vector
 Vectors. More...