|
CUBRID Engine
latest
|
#include <load_common.hpp>

Public Member Functions | |
| object_ref_type ()=delete | |
| object_ref_type (string_type *class_id, string_type *class_name) | |
| ~object_ref_type ()=default | |
Public Attributes | |
| string_type * | class_id |
| string_type * | class_name |
| string_type * | instance_number |
Definition at line 232 of file load_common.hpp.
|
delete |
| cubload::object_ref_type::object_ref_type | ( | string_type * | class_id, |
| string_type * | class_name | ||
| ) |
Definition at line 428 of file load_common.cpp.
|
default |
| string_type* cubload::object_ref_type::class_id |
Definition at line 238 of file load_common.hpp.
Referenced by ldr_process_object_ref().
| string_type* cubload::object_ref_type::class_name |
Definition at line 239 of file load_common.hpp.
Referenced by ldr_process_object_ref().
| string_type* cubload::object_ref_type::instance_number |
Definition at line 240 of file load_common.hpp.
Referenced by ldr_process_object_ref().