| 
    Objectively 1.0.0
    
   Ultra-lightweight object oriented framework for GNU C. 
   | 
 
Values provide Object encapsulation for C types. More...
#include <Objectively/Object.h>Go to the source code of this file.
Data Structures | |
| struct | Value | 
| Values provide Object encapsulation for C types.  More... | |
Typedefs | |
| typedef void(* | ValueDestructor) (ident value) | 
Values may optionally reference a destructor to be called on dealloc.  More... | |
Functions | |
| OBJECTIVELY_EXPORT Class * | _Value (void) | 
| typedef void(* ValueDestructor) (ident value) | 
| OBJECTIVELY_EXPORT Class * _Value | ( | void | ) | 
Definition at line 136 of file Value.c.