CUBRID Engine  latest
cubload::constant_type Struct Reference

#include <load_common.hpp>

Collaboration diagram for cubload::constant_type:
Collaboration graph

Public Member Functions

 constant_type ()
 
 constant_type (data_type type, void *val)
 
 ~constant_type ()=default
 

Public Attributes

constant_typenext
 
constant_typelast
 
void * val
 
data_type type
 

Detailed Description

Definition at line 220 of file load_common.hpp.

Constructor & Destructor Documentation

cubload::constant_type::constant_type ( )

Definition at line 410 of file load_common.cpp.

cubload::constant_type::constant_type ( data_type  type,
void *  val 
)

Definition at line 419 of file load_common.cpp.

cubload::constant_type::~constant_type ( )
default

Member Data Documentation

constant_type* cubload::constant_type::last

Definition at line 227 of file load_common.hpp.

constant_type* cubload::constant_type::next

Definition at line 226 of file load_common.hpp.


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