23 #ifndef _LOAD_OBJECT_TABLE_H_ 24 #define _LOAD_OBJECT_TABLE_H_ 34 #define INST_FLAG_RESERVED 1 35 #define INST_FLAG_INSERTED 2 36 #define INST_FLAG_CLASS_ATT 4
int otable_update(CLASS_TABLE *table, int id)
INST_INFO * otable_find(CLASS_TABLE *table, int id)
int otable_map_reserved(OTABLE_MAPFUNC mapfunc, int stop_on_error)
struct class_table * next
void otable_set_presize(CLASS_TABLE *table, int size)
int(* OTABLE_MAPFUNC)(CLASS_TABLE *class_, OID *oid)
int otable_presize(MOP class_, int size)
entry_workpool * instance
int otable_reserve(CLASS_TABLE *table, OID *instance, int id)
void otable_class_att_ref(INST_INFO *inst)
CLASS_TABLE * otable_find_class(MOP class_)
int otable_insert(CLASS_TABLE *table, OID *instance, int id)