|
proton
0
|
#include <object.h>
Data Fields | |
| void(* | initialize )(void *) |
| void(* | finalize )(void *) |
| uintptr_t(* | hashcode )(void *) |
| intptr_t(* | compare )(void *, void *) |
| int(* | inspect )(void *, pn_string_t *) |
| intptr_t(* pn_class_t::compare)(void *, void *) |
| void(* pn_class_t::finalize)(void *) |
| uintptr_t(* pn_class_t::hashcode)(void *) |
| void(* pn_class_t::initialize)(void *) |
| int(* pn_class_t::inspect)(void *, pn_string_t *) |
1.8.8