CUBRID Engine  latest
func_signature Struct Reference

#include <func_type.hpp>

Collaboration diagram for func_signature:
Collaboration graph

Public Member Functions

void to_string_buffer (string_buffer &sb) const
 

Public Attributes

pt_arg_type ret
 
pt_group_arg_type fix
 
pt_group_arg_type rep
 

Detailed Description

Definition at line 34 of file func_type.hpp.

Member Function Documentation

void func_signature::to_string_buffer ( string_buffer sb) const

Definition at line 537 of file func_type.cpp.

References fix, pt_arg_type_to_string_buffer(), rep, and ret.

Referenced by func_type::Node::invalid_arg_count_error(), func_type::Node::invalid_arg_error(), and func_type::Node::invalid_coll_error().

Here is the caller graph for this function:

Member Data Documentation

pt_group_arg_type func_signature::fix
pt_group_arg_type func_signature::rep
pt_arg_type func_signature::ret

Definition at line 36 of file func_type.hpp.

Referenced by func_type::Node::set_return_type(), and to_string_buffer().


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