offbrand
A collection of generic, reference counted datastructures in C for C
Main Page
Modules
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Macros
Groups
include
private
obj_private.h
Go to the documentation of this file.
1
14
#ifndef OBJ_PRIVATE_H
15
#define OBJ_PRIVATE_H
16
17
#include "../offbrand.h"
18
23
struct
obj_struct
{
24
ob_ref_count_t
references
;
25
ob_dealloc_fptr
dealloc
;
27
ob_hash_fptr
hash
;
28
ob_compare_fptr
compare
;
30
ob_display_fptr
display
;
32
const
char
*
classname
;
34
};
35
36
#endif
Generated on Sun Jun 30 2013 15:56:45 for offbrand by
1.8.4