|
The Assimilation Monitoring Project
|
#include <assimobj.h>
Data Fields | |
| int | _refcount |
| Reference count (private) More... | |
| void(* | _finalize )(AssimObj *) |
| Free object (private) More... | |
| void(* | ref )(gpointer) |
| Increment reference count. More... | |
| void(* | unref )(gpointer) |
| Decrement reference count. More... | |
| gchar *(* | toString )(gconstpointer) |
| Produce malloc-ed string representation. More... | |
Definition at line 49 of file assimobj.h.
| void(* _AssimObj::_finalize)(AssimObj *) |
Free object (private)
Definition at line 55 of file assimobj.h.
Referenced by _configcontext_value_new(), addrframe_new(), authlistener_new(), childprocess_new(), configcontext_new(), discovery_new(), frame_new(), frameset_new(), hblistener_new(), ipportframe_new(), jsondiscovery_new(), listener_new(), netaddr_new(), netio_new(), packetdecoder_new(), reliableudp_new(), resourcecmd_constructor(), resourceocf_new(), resourcequeue_new(), and switchdiscovery_new().
| int _AssimObj::_refcount |
Reference count (private)
Definition at line 53 of file assimobj.h.
Referenced by _fsqueue_enq(), _fsqueue_flush(), _fsqueue_inqsorted(), and proj_class_dump_live_objects().
| void(* _AssimObj::ref)(gpointer) |
Increment reference count.
Definition at line 56 of file assimobj.h.
| gchar*(* _AssimObj::toString)(gconstpointer) |
Produce malloc-ed string representation.
Definition at line 58 of file assimobj.h.
Referenced by _childprocess_toString(), _configcontext_elem_toString(), _frameset_toString(), _fsproto_fsa(), _fsqueue_toString(), _hblistener_got_frameset(), _nano_send_rscexitstatus(), _netio_sendapacket(), _real_comealive_agent(), _real_deadtime_agent(), _real_martian_agent(), _real_warntime_agent(), addrframe_new(), assim_merge_environ(), check_JSON(), childprocess_new(), configcontext_new(), cstringframe_new(), fakecma_startup(), frameset_new(), intframe_new(), ipportframe_new(), main(), netaddr_new(), obey_pingpong(), proj_class_debug_dump(), proj_class_dump_live_objects(), resourcecmd_constructor(), resourcecmd_new(), and seqnoframe_new().
| void(* _AssimObj::unref)(gpointer) |
Decrement reference count.
Definition at line 57 of file assimobj.h.