📄 ifr_componentss_t.i
字号:
version,
discriminator_type,
members
ACE_ENV_ARG_PARAMETER
);
}
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68
template <class T> ACE_INLINE
::CORBA::EnumDef_ptr POA_CORBA::ComponentIR::ModuleDef_tie<T>::create_enum (
const char * id,
const char * name,
const char * version,
const CORBA::EnumMemberSeq & members
ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->create_enum (
id,
name,
version,
members
ACE_ENV_ARG_PARAMETER
);
}
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68
template <class T> ACE_INLINE
::CORBA::AliasDef_ptr POA_CORBA::ComponentIR::ModuleDef_tie<T>::create_alias (
const char * id,
const char * name,
const char * version,
CORBA::IDLType_ptr original_type
ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->create_alias (
id,
name,
version,
original_type
ACE_ENV_ARG_PARAMETER
);
}
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68
template <class T> ACE_INLINE
::CORBA::InterfaceDef_ptr POA_CORBA::ComponentIR::ModuleDef_tie<T>::create_interface (
const char * id,
const char * name,
const char * version,
const CORBA::InterfaceDefSeq & base_interfaces
ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->create_interface (
id,
name,
version,
base_interfaces
ACE_ENV_ARG_PARAMETER
);
}
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68
template <class T> ACE_INLINE
::CORBA::ValueDef_ptr POA_CORBA::ComponentIR::ModuleDef_tie<T>::create_value (
const char * id,
const char * name,
const char * version,
CORBA::Boolean is_custom,
CORBA::Boolean is_abstract,
CORBA::ValueDef_ptr base_value,
CORBA::Boolean is_truncatable,
const CORBA::ValueDefSeq & abstract_base_values,
const CORBA::InterfaceDefSeq & supported_interfaces,
const CORBA::InitializerSeq & initializers
ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->create_value (
id,
name,
version,
is_custom,
is_abstract,
base_value,
is_truncatable,
abstract_base_values,
supported_interfaces,
initializers
ACE_ENV_ARG_PARAMETER
);
}
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68
template <class T> ACE_INLINE
::CORBA::ValueBoxDef_ptr POA_CORBA::ComponentIR::ModuleDef_tie<T>::create_value_box (
const char * id,
const char * name,
const char * version,
CORBA::IDLType_ptr original_type_def
ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->create_value_box (
id,
name,
version,
original_type_def
ACE_ENV_ARG_PARAMETER
);
}
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68
template <class T> ACE_INLINE
::CORBA::ExceptionDef_ptr POA_CORBA::ComponentIR::ModuleDef_tie<T>::create_exception (
const char * id,
const char * name,
const char * version,
const CORBA::StructMemberSeq & members
ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->create_exception (
id,
name,
version,
members
ACE_ENV_ARG_PARAMETER
);
}
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68
template <class T> ACE_INLINE
::CORBA::NativeDef_ptr POA_CORBA::ComponentIR::ModuleDef_tie<T>::create_native (
const char * id,
const char * name,
const char * version
ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->create_native (
id,
name,
version
ACE_ENV_ARG_PARAMETER
);
}
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68
template <class T> ACE_INLINE
::CORBA::AbstractInterfaceDef_ptr POA_CORBA::ComponentIR::ModuleDef_tie<T>::create_abstract_interface (
const char * id,
const char * name,
const char * version,
const CORBA::AbstractInterfaceDefSeq & base_interfaces
ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->create_abstract_interface (
id,
name,
version,
base_interfaces
ACE_ENV_ARG_PARAMETER
);
}
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68
template <class T> ACE_INLINE
::CORBA::LocalInterfaceDef_ptr POA_CORBA::ComponentIR::ModuleDef_tie<T>::create_local_interface (
const char * id,
const char * name,
const char * version,
const CORBA::InterfaceDefSeq & base_interfaces
ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->create_local_interface (
id,
name,
version,
base_interfaces
ACE_ENV_ARG_PARAMETER
);
}
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68
template <class T> ACE_INLINE
::CORBA::ExtValueDef_ptr POA_CORBA::ComponentIR::ModuleDef_tie<T>::create_ext_value (
const char * id,
const char * name,
const char * version,
CORBA::Boolean is_custom,
CORBA::Boolean is_abstract,
CORBA::ValueDef_ptr base_value,
CORBA::Boolean is_truncatable,
const CORBA::ValueDefSeq & abstract_base_values,
const CORBA::InterfaceDefSeq & supported_interfaces,
const CORBA::ExtInitializerSeq & initializers
ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->create_ext_value (
id,
name,
version,
is_custom,
is_abstract,
base_value,
is_truncatable,
abstract_base_values,
supported_interfaces,
initializers
ACE_ENV_ARG_PARAMETER
);
}
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68
template <class T> ACE_INLINE
char * POA_CORBA::ComponentIR::ModuleDef_tie<T>::id (
ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->id (
ACE_ENV_SINGLE_ARG_PARAMETER
);
}
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68
template <class T> ACE_INLINE
void POA_CORBA::ComponentIR::ModuleDef_tie<T>::id (
const char * id
ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
this->ptr_->id (
id
ACE_ENV_ARG_PARAMETER
);
}
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68
template <class T> ACE_INLINE
char * POA_CORBA::ComponentIR::ModuleDef_tie<T>::name (
ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->name (
ACE_ENV_SINGLE_ARG_PARAMETER
);
}
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68
template <class T> ACE_INLINE
void POA_CORBA::ComponentIR::ModuleDef_tie<T>::name (
const char * name
ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
this->ptr_->name (
name
ACE_ENV_ARG_PARAMETER
);
}
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68
template <class T> ACE_INLINE
char * POA_CORBA::ComponentIR::ModuleDef_tie<T>::version (
ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->version (
ACE_ENV_SINGLE_ARG_PARAMETER
);
}
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68
template <class T> ACE_INLINE
void POA_CORBA::ComponentIR::ModuleDef_tie<T>::version (
const char * version
ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
this->ptr_->version (
version
ACE_ENV_ARG_PARAMETER
);
}
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68
template <class T> ACE_INLINE
::CORBA::Container_ptr POA_CORBA::ComponentIR::ModuleDef_tie<T>::defined_in (
ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->defined_in (
ACE_ENV_SINGLE_ARG_PARAMETER
);
}
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68
template <class T> ACE_INLINE
char * POA_CORBA::ComponentIR::ModuleDef_tie<T>::absolute_name (
ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->absolute_name (
ACE_ENV_SINGLE_ARG_PARAMETER
);
}
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68
template <class T> ACE_INLINE
::CORBA::Repository_ptr POA_CORBA::ComponentIR::ModuleDef_tie<T>::containing_repository (
ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->containing_repository (
ACE_ENV_SINGLE_ARG_PARAMETER
);
}
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68
template <class T> ACE_INLINE
::CORBA::Contained::Description * POA_CORBA::ComponentIR::ModuleDef_tie<T>::describe (
ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->describe (
ACE_ENV_SINGLE_ARG_PARAMETER
);
}
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68
template <class T> ACE_INLINE
void POA_CORBA::ComponentIR::ModuleDef_tie<T>::move (
CORBA::Container_ptr new_container,
const char * new_name,
const char * new_version
ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
this->ptr_->move (
new_container,
new_name,
new_version
ACE_ENV_ARG_PARAMETER
);
}
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68
template <class T> ACE_INLINE
::CORBA::ComponentIR::ComponentDef_ptr POA_CORBA::ComponentIR::ModuleDef_tie<T>::create_component (
const char * id,
const char * name,
const char * version,
CORBA::ComponentIR::ComponentDef_ptr base_component,
const CORBA::InterfaceDefSeq & supports_interfaces
ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->create_component (
id,
name,
version,
base_component,
supports_interfaces
ACE_ENV_ARG_PARAMETER
);
}
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68
template <class T> ACE_INLINE
::CORBA::ComponentIR::HomeDef_ptr POA_CORBA::ComponentIR::ModuleDef_tie<T>::create_home (
const char * id,
const char * name,
const char * version,
CORBA::ComponentIR::HomeDef_ptr base_home,
CORBA::ComponentIR::ComponentDef_ptr managed_component,
const CORBA::InterfaceDefSeq & supports_interfaces,
CORBA::ValueDef_ptr primary_key
ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->create_home (
id,
name,
version,
base_home,
managed_component,
supports_interfaces,
primary_key
ACE_ENV_ARG_PARAMETER
);
}
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_operation/tie_si.cpp:68
template <class T> ACE_INLINE
::CORBA::ComponentIR::EventDef_ptr POA_CORBA::ComponentIR::ModuleDef_tie<T>::create_event (
const char * id,
const char * name,
const char * version,
CORBA::Boolean is_custom,
CORBA::Boolean is_abstract,
CORBA::ValueDef_ptr base_value,
CORBA::Boolean is_truncatable,
const CORBA::ValueDefSeq & abstract_base_values,
const CORBA::InterfaceDefSeq & supported_interfaces,
const CORBA::ExtInitializerSeq & initializers
ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
return this->ptr_->create_event (
id,
name,
version,
is_custom,
is_abstract,
base_value,
is_truncatable,
abstract_base_values,
supported_interfaces,
initializers
ACE_ENV_ARG_PARAMETER
);
}
#endif /*
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -