CUBRID Engine  latest
cubload::class_command_spec_type Struct Reference

#include <load_common.hpp>

Collaboration diagram for cubload::class_command_spec_type:
Collaboration graph

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_typeattr_list
 
constructor_spec_typector_spec
 

Detailed Description

Definition at line 209 of file load_common.hpp.

Constructor & Destructor Documentation

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

cubload::class_command_spec_type::~class_command_spec_type ( )
default

Member Data Documentation

string_type* cubload::class_command_spec_type::attr_list
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().


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