#include <comps_obj.h>
Data Fields | |
COMPS_RefC * | refc |
COMPS_ObjectInfo * | obj_info |
COMPS Object structure COMPS_Object is basic structure from which are derived concrete COMPS structure. Using COMPS Object as bootstrap of concrete object ensure eventuality of creating and destroying with reference counting, copying, comparing with other object, string representation
COMPS_ObjectInfo* COMPS_Object::obj_info |
pointer to COMPS_ObjectInfo struct
COMPS_RefC* COMPS_Object::refc |
reference counter pointer for COMPS_Object