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