Struct pt_arg_type
ClassList > pt_arg_type
#include <parse_type.hpp>
Public Types
Public Attributes
Public Functions
Public Types Documentation
enum pt_arg_type [1/4]
enum pt_arg_type::pt_arg_type {
NORMAL,
GENERIC,
INDEX
};
union pt_arg_type_val
Public Attributes Documentation
variable type
enum pt_arg_type pt_arg_type::type;
variable val
union pt_arg_type::pt_arg_type_val pt_arg_type::val;
Public Functions Documentation
function operator()
inline void pt_arg_type::operator() (
pt_type_enum normal_type
)
function operator()
inline void pt_arg_type::operator() (
pt_generic_type_enum generic_type
)
function operator()
inline void pt_arg_type::operator() (
size_t index
)
function pt_arg_type [2/4]
inline pt_arg_type::pt_arg_type (
pt_type_enum type=PT_TYPE_NONE
)
function pt_arg_type [3/4]
inline pt_arg_type::pt_arg_type (
pt_generic_type_enum generic_type
)
function pt_arg_type [4/4]
inline pt_arg_type::pt_arg_type (
size_t index
)
The documentation for this class was generated from the following file cubrid/src/parser/parse_type.hpp