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

Public Member Functions | |
| constructor_spec_type ()=delete | |
| constructor_spec_type (string_type *id_name, string_type *arg_list) | |
| ~constructor_spec_type ()=default | |
Public Attributes | |
| string_type * | id_name |
| string_type * | arg_list |
Definition at line 199 of file load_common.hpp.
|
delete |
| cubload::constructor_spec_type::constructor_spec_type | ( | string_type * | id_name, |
| string_type * | arg_list | ||
| ) |
Definition at line 394 of file load_common.cpp.
|
default |
| string_type* cubload::constructor_spec_type::arg_list |
Definition at line 206 of file load_common.hpp.
Referenced by cubload::sa_class_installer::install_class().
| string_type* cubload::constructor_spec_type::id_name |
Definition at line 205 of file load_common.hpp.
Referenced by cubload::sa_class_installer::install_class().