CUBRID Engine
latest
|
#include <class_object.h>
Public Attributes | |
struct sm_method_argument * | next |
struct pr_type * | type |
TP_DOMAIN * | domain |
int | index |
Definition at line 554 of file class_object.h.
TP_DOMAIN* sm_method_argument::domain |
Definition at line 559 of file class_object.h.
Referenced by check_args(), classobj_copy_method_arg(), classobj_free_method_arg(), classobj_make_method_arg(), classobj_method_arg_size(), compare_argument_domains(), compare_component_domains(), db_method_arg_domain(), db_method_return_domain(), object_printer::describe_argument(), disk_to_metharg(), fixup_method_self_domains(), metharg_size(), metharg_to_disk(), smt_add_set_argument_domain(), and smt_assign_argument_domain().
int sm_method_argument::index |
Definition at line 560 of file class_object.h.
Referenced by check_args(), classobj_copy_method_arg(), classobj_find_method_arg(), classobj_make_method_arg(), db_method_arg_domain(), object_printer::describe_signature(), disk_to_metharg(), find_argument(), and metharg_to_disk().
struct sm_method_argument* sm_method_argument::next |
Definition at line 556 of file class_object.h.
Referenced by check_args(), classobj_find_method_arg(), classobj_make_method_arg(), db_method_arg_domain(), object_printer::describe_signature(), find_argument(), and fixup_method_self_domains().
struct pr_type* sm_method_argument::type |
Definition at line 558 of file class_object.h.
Referenced by classobj_copy_method_arg(), classobj_make_method_arg(), object_printer::describe_argument(), disk_to_metharg(), metharg_to_disk(), and smt_assign_argument_domain().