Objectively 1.0.0
Ultra-lightweight object oriented framework for GNU C.
|
Immutable data buffers. More...
#include <Objectively/Object.h>
Go to the source code of this file.
Data Structures | |
struct | Data |
Immutable data buffers. More... | |
Typedefs | |
typedef void(* | DataDestructor) (ident mem) |
Data may optionally reference destructor to be called on dealloc . More... | |
Functions | |
OBJECTIVELY_EXPORT Class * | _Data (void) |
Immutable data buffers.
Definition in file Data.h.
typedef void(* DataDestructor) (ident mem) |
OBJECTIVELY_EXPORT Class * _Data | ( | void | ) |
Definition at line 283 of file Data.c.