CUBRID Engine  latest
cubload::object_ref_type Struct Reference

#include <load_common.hpp>

Collaboration diagram for cubload::object_ref_type:
Collaboration graph

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_typeclass_id
 
string_typeclass_name
 
string_typeinstance_number
 

Detailed Description

Definition at line 232 of file load_common.hpp.

Constructor & Destructor Documentation

cubload::object_ref_type::object_ref_type ( )
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.

cubload::object_ref_type::~object_ref_type ( )
default

Member Data Documentation

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().


The documentation for this struct was generated from the following files: