be_global.cpp
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· C++ 代码 · 共 967 行 · 第 1/2 页
CPP
967 行
BE_GlobalData::client_hdr_ending (void) const
{
return this->client_hdr_ending_;
}
void
BE_GlobalData::client_inline_ending (const char* s)
{
delete [] this->client_inline_ending_;
this->client_inline_ending_ = ACE::strnew (s);
}
const char*
BE_GlobalData::client_inline_ending (void) const
{
return this->client_inline_ending_;
}
// Set the client_stub_ending.
void
BE_GlobalData::client_stub_ending (const char* s)
{
delete [] this->client_stub_ending_;
this->client_stub_ending_ = ACE::strnew (s);
}
const char*
BE_GlobalData::client_stub_ending (void) const
{
return this->client_stub_ending_;
}
void
BE_GlobalData::server_hdr_ending (const char* s)
{
delete [] this->server_hdr_ending_;
this->server_hdr_ending_ = ACE::strnew (s);
}
const char*
BE_GlobalData::server_hdr_ending (void) const
{
return this->server_hdr_ending_;
}
void
BE_GlobalData::implementation_hdr_ending (const char* s)
{
delete [] this->implementation_hdr_ending_;
this->implementation_hdr_ending_ = ACE::strnew (s);
}
void
BE_GlobalData::implementation_skel_ending (const char* s)
{
delete [] this->implementation_skel_ending_;
this->implementation_skel_ending_ = ACE::strnew (s);
}
void
BE_GlobalData::impl_class_prefix (const char* s)
{
delete [] this->impl_class_prefix_;
this->impl_class_prefix_ = ACE::strnew (s);
}
void
BE_GlobalData::impl_class_suffix (const char* s)
{
delete [] this->impl_class_suffix_;
this->impl_class_suffix_ = ACE::strnew (s);
}
const char*
BE_GlobalData::impl_class_prefix (void) const
{
return this->impl_class_prefix_;
}
const char*
BE_GlobalData::implementation_hdr_ending (void) const
{
return this->implementation_hdr_ending_;
}
const char*
BE_GlobalData::impl_class_suffix (void) const
{
return this->impl_class_suffix_;
}
const char*
BE_GlobalData::implementation_skel_ending (void) const
{
return this->implementation_skel_ending_;
}
void
BE_GlobalData::server_template_hdr_ending (const char* s)
{
delete [] this->server_template_hdr_ending_;
this->server_template_hdr_ending_ = ACE::strnew (s);
}
const char*
BE_GlobalData::server_template_hdr_ending (void) const
{
return this->server_template_hdr_ending_;
}
void
BE_GlobalData::server_skeleton_ending (const char* s)
{
delete [] this->server_skeleton_ending_;
this->server_skeleton_ending_ = ACE::strnew (s);
}
const char*
BE_GlobalData::server_skeleton_ending (void) const
{
return this->server_skeleton_ending_;
}
void
BE_GlobalData::server_template_skeleton_ending (const char* s)
{
delete [] this->server_template_skeleton_ending_;
this->server_template_skeleton_ending_ = ACE::strnew (s);
}
const char*
BE_GlobalData::server_template_skeleton_ending (void) const
{
return this->server_template_skeleton_ending_;
}
void
BE_GlobalData::server_inline_ending (const char* s)
{
delete [] this->server_inline_ending_;
this->server_inline_ending_ = ACE::strnew (s);
}
const char*
BE_GlobalData::server_inline_ending (void) const
{
return this->server_inline_ending_;
}
void
BE_GlobalData::server_template_inline_ending (const char* s)
{
delete [] this->server_template_inline_ending_;
this->server_template_inline_ending_ = ACE::strnew (s);
}
const char*
BE_GlobalData::server_template_inline_ending (void) const
{
return this->server_template_inline_ending_;
}
const char*
BE_GlobalData::anyop_header_ending (void) const
{
return this->anyop_hdr_ending_;
}
const char*
BE_GlobalData::anyop_source_ending (void) const
{
return this->anyop_src_ending_;
}
void
BE_GlobalData::output_dir (const char* s)
{
delete [] this->output_dir_;
this->output_dir_ = ACE::strnew (s);
}
const char*
BE_GlobalData::output_dir (void) const
{
return this->output_dir_;
}
void
BE_GlobalData::any_support (idl_bool val)
{
this->any_support_ = val;
}
idl_bool
BE_GlobalData::any_support (void) const
{
return this->any_support_;
}
void
BE_GlobalData::tc_support (idl_bool val)
{
this->tc_support_ = val;
}
idl_bool
BE_GlobalData::tc_support (void) const
{
return this->tc_support_;
}
void
BE_GlobalData::obv_opt_accessor (idl_bool val)
{
this->obv_opt_accessor_ = val;
}
idl_bool
BE_GlobalData::obv_opt_accessor (void) const
{
return this->obv_opt_accessor_;
}
void
BE_GlobalData::gen_impl_files (idl_bool val)
{
this->gen_impl_files_ = val;
}
idl_bool
BE_GlobalData::gen_impl_files (void) const
{
return this->gen_impl_files_;
}
void
BE_GlobalData::gen_copy_ctor (idl_bool val)
{
this->gen_copy_ctor_ = val;
}
idl_bool
BE_GlobalData::gen_copy_ctor (void) const
{
return this->gen_copy_ctor_;
}
void
BE_GlobalData::gen_assign_op (idl_bool val)
{
this->gen_assign_op_ = val;
}
idl_bool
BE_GlobalData::gen_assign_op (void) const
{
return this->gen_assign_op_;
}
void
BE_GlobalData::gen_thru_poa_collocation (idl_bool val)
{
this->gen_thru_poa_collocation_ = val;
}
idl_bool
BE_GlobalData::gen_thru_poa_collocation (void) const
{
return this->gen_thru_poa_collocation_;
}
void
BE_GlobalData::gen_direct_collocation (idl_bool val)
{
this->gen_direct_collocation_ = val;
}
idl_bool
BE_GlobalData::gen_direct_collocation (void) const
{
return this->gen_direct_collocation_;
}
void
BE_GlobalData::exception_support (idl_bool val)
{
this->exception_support_ = val;
}
idl_bool
BE_GlobalData::exception_support (void) const
{
return this->exception_support_;
}
void
BE_GlobalData::use_raw_throw (idl_bool val)
{
this->use_raw_throw_ = val;
}
idl_bool
BE_GlobalData::use_raw_throw (void) const
{
return this->use_raw_throw_;
}
void
BE_GlobalData::opt_tc (idl_bool val)
{
this->opt_tc_ = val;
}
idl_bool
BE_GlobalData::opt_tc (void) const
{
return this->opt_tc_;
}
void
BE_GlobalData::ami_call_back (idl_bool val)
{
this->ami_call_back_ = val;
}
idl_bool
BE_GlobalData::ami_call_back (void) const
{
return this->ami_call_back_;
}
void
BE_GlobalData::gen_amh_classes (idl_bool val)
{
this->gen_amh_classes_ = val;
}
idl_bool
BE_GlobalData::gen_amh_classes (void) const
{
return this->gen_amh_classes_;
}
void
BE_GlobalData::gen_tie_classes (idl_bool val)
{
this->gen_tie_classes_ = val;
}
idl_bool
BE_GlobalData::gen_tie_classes (void) const
{
return this->gen_tie_classes_;
}
void
BE_GlobalData::gen_smart_proxies (idl_bool val)
{
this->gen_smart_proxies_ = val;
}
idl_bool
BE_GlobalData::gen_smart_proxies (void) const
{
return this->gen_smart_proxies_;
}
void
BE_GlobalData::gen_inline_constants (idl_bool val)
{
this->gen_inline_constants_ = val;
}
idl_bool
BE_GlobalData::gen_inline_constants (void) const
{
return this->gen_inline_constants_;
}
void
BE_GlobalData::gen_tmplinst (idl_bool val)
{
this->gen_tmplinst_ = val;
}
idl_bool
BE_GlobalData::gen_tmplinst (void) const
{
return this->gen_tmplinst_;
}
void
BE_GlobalData::lookup_strategy (LOOKUP_STRATEGY s)
{
this->lookup_strategy_ = s;
}
BE_GlobalData::LOOKUP_STRATEGY
BE_GlobalData::lookup_strategy (void) const
{
return this->lookup_strategy_;
}
void
BE_GlobalData::destroy (void)
{
delete this->client_hdr_ending_;
this->client_hdr_ending_ = 0;
delete this->client_stub_ending_;
this->client_stub_ending_ = 0;
delete this->client_inline_ending_;
this->client_inline_ending_ = 0;
delete this->server_hdr_ending_;
this->server_hdr_ending_ = 0;
delete this->implementation_hdr_ending_;
this->implementation_hdr_ending_ = 0;
delete this->implementation_skel_ending_;
this->implementation_skel_ending_ = 0;
delete this->impl_class_prefix_;
this->impl_class_prefix_ = 0;
delete this->impl_class_suffix_;
this->impl_class_suffix_ = 0;
delete this->server_template_hdr_ending_;
this->server_template_hdr_ending_ = 0;
delete this->server_skeleton_ending_;
this->server_skeleton_ending_ = 0;
delete this->server_template_skeleton_ending_;
this->server_template_skeleton_ending_ = 0;
delete this->server_inline_ending_;
this->server_inline_ending_ = 0;
delete this->server_template_inline_ending_;
this->server_template_inline_ending_ = 0;
}
AST_PredefinedType *
BE_GlobalData:: void_type (void) const
{
return this->void_type_;
}
void
BE_GlobalData::void_type (AST_PredefinedType *val)
{
this->void_type_ = val;
}
be_interface *
BE_GlobalData::ccmobject (void) const
{
return this->ccmobject_;
}
void
BE_GlobalData::ccmobject (be_interface *val)
{
this->ccmobject_ = val;
}
idl_bool
BE_GlobalData::gen_anyop_files (void) const
{
return this->gen_anyop_files_;
}
void
BE_GlobalData::gen_anyop_files (idl_bool val)
{
this->gen_anyop_files_ = val;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?