CUBRID Engine  latest
cubload::constructor_spec_type Struct Reference

#include <load_common.hpp>

Collaboration diagram for cubload::constructor_spec_type:
Collaboration graph

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_typeid_name
 
string_typearg_list
 

Detailed Description

Definition at line 199 of file load_common.hpp.

Constructor & Destructor Documentation

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

cubload::constructor_spec_type::~constructor_spec_type ( )
default

Member Data Documentation

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


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