CUBRID Engine
latest
|
#include <class_object.h>
Public Attributes | |
struct sm_descriptor_list * | next |
MOP | classobj |
SM_CLASS * | class_ |
SM_COMPONENT * | comp |
unsigned | write_access:1 |
Definition at line 864 of file class_object.h.
SM_CLASS* sm_descriptor_list::class_ |
Definition at line 869 of file class_object.h.
Referenced by classobj_make_desclist(), and sm_get_descriptor_component().
MOP sm_descriptor_list::classobj |
Definition at line 868 of file class_object.h.
Referenced by classobj_free_desclist(), classobj_make_desclist(), sm_get_descriptor_component(), and sm_reset_descriptors().
SM_COMPONENT* sm_descriptor_list::comp |
Definition at line 870 of file class_object.h.
Referenced by classobj_make_desclist(), and sm_get_descriptor_component().
struct sm_descriptor_list* sm_descriptor_list::next |
Definition at line 866 of file class_object.h.
Referenced by classobj_free_desclist(), classobj_make_desclist(), sm_get_descriptor_component(), and sm_reset_descriptors().
unsigned sm_descriptor_list::write_access |
Definition at line 872 of file class_object.h.
Referenced by classobj_make_desclist(), and sm_get_descriptor_component().