CUBRID Engine
latest
|
#include <class_object.h>
Public Attributes | |
struct sm_method_file * | next |
const char * | name |
const char * | expanded_name |
const char * | source_name |
MOP | class_mop |
Definition at line 613 of file class_object.h.
MOP sm_method_file::class_mop |
Definition at line 621 of file class_object.h.
Referenced by annotate_method_files(), classobj_copy_methfile(), classobj_copy_methfiles(), classobj_make_method_file(), object_printer::describe_method_file(), disk_to_methfile(), emit_method_files(), fixup_component_classes(), flatten_method_files(), methfile_to_disk(), and smt_add_method_file().
const char* sm_method_file::expanded_name |
Definition at line 618 of file class_object.h.
Referenced by classobj_copy_methfile(), classobj_free_method_file(), classobj_make_method_file(), classobj_method_file_size(), sm_expand_method_files(), and sm_prelink_methods().
const char* sm_method_file::name |
Definition at line 616 of file class_object.h.
Referenced by annotate_method_files(), classobj_copy_methfile(), classobj_free_method_file(), classobj_make_method_file(), classobj_method_file_size(), db_get_method_file_names(), db_methfile_name(), object_printer::describe_method_file(), disk_to_methfile(), flatten_method_files(), methfile_size(), methfile_to_disk(), sm_expand_method_files(), sm_prelink_methods(), smt_drop_method_file(), and smt_rename_method_file().
struct sm_method_file* sm_method_file::next |
Definition at line 615 of file class_object.h.
Referenced by annotate_method_files(), classobj_copy_methfiles(), classobj_make_method_file(), db_get_method_file_names(), db_methfile_next(), fixup_component_classes(), flatten_method_files(), sm_expand_method_files(), sm_prelink_methods(), smt_drop_method_file(), and smt_rename_method_file().
const char* sm_method_file::source_name |
Definition at line 619 of file class_object.h.
Referenced by classobj_copy_methfile(), classobj_free_method_file(), classobj_make_method_file(), and classobj_method_file_size().