CUBRID Engine
latest
|
#include <load_common.hpp>
Public Member Functions | |
class_command_spec_type ()=delete | |
class_command_spec_type (int attr_type, string_type *attr_list, constructor_spec_type *ctor_spec) | |
~class_command_spec_type ()=default | |
Public Attributes | |
attribute_type | attr_type |
string_type * | attr_list |
constructor_spec_type * | ctor_spec |
Definition at line 209 of file load_common.hpp.
|
delete |
cubload::class_command_spec_type::class_command_spec_type | ( | int | attr_type, |
string_type * | attr_list, | ||
constructor_spec_type * | ctor_spec | ||
) |
Definition at line 401 of file load_common.cpp.
|
default |
string_type* cubload::class_command_spec_type::attr_list |
Definition at line 216 of file load_common.hpp.
Referenced by cubload::sa_class_installer::install_class(), and cubload::server_class_installer::register_class_with_attributes().
attribute_type cubload::class_command_spec_type::attr_type |
Definition at line 215 of file load_common.hpp.
Referenced by cubload::sa_class_installer::install_class(), cubload::server_class_installer::install_class(), and cubload::server_class_installer::register_class_with_attributes().
constructor_spec_type* cubload::class_command_spec_type::ctor_spec |
Definition at line 217 of file load_common.hpp.
Referenced by cubload::sa_class_installer::install_class().