TAO_AnyTypeCode
2.1.3
|
Template Any class for IDL types with 2 modes of insertion. More...
#include <Any_Dual_Impl_T.h>
Static Public Member Functions | |
static void | insert (CORBA::Any &, _tao_destructor, CORBA::TypeCode_ptr, T *const) |
static void | insert_copy (CORBA::Any &, _tao_destructor destructor, CORBA::TypeCode_ptr, const T &) |
static CORBA::Boolean | extract (const CORBA::Any &, _tao_destructor, CORBA::TypeCode_ptr, const T *&) |
![]() | |
static void | _tao_any_string_destructor (void *) |
Used to release these CORBA basic types. | |
static void | _tao_any_wstring_destructor (void *) |
Protected Member Functions | |
void | value (const T &) |
![]() | |
Any_Impl (_tao_destructor, CORBA::TypeCode_ptr, bool encoded=false) | |
virtual | ~Any_Impl (void) |
Protected Attributes | |
T * | value_ |
![]() | |
TAO::Any_Impl::_tao_destructor | value_destructor_ |
CORBA::TypeCode_ptr | type_ |
bool | encoded_ |
Additional Inherited Members | |
![]() | |
typedef void(* | _tao_destructor )(void *) |
Template Any class for IDL types with 2 modes of insertion.
Used for the IDL types that have copying and non-copying insertion, but which are not (de)marshaled as pointers - struct, union, sequence, and exception.
TAO::Any_Dual_Impl_T< T >::Any_Dual_Impl_T | ( | _tao_destructor | destructor, |
CORBA::TypeCode_ptr | tc, | ||
T * const | val | ||
) |
TAO::Any_Dual_Impl_T< T >::Any_Dual_Impl_T | ( | _tao_destructor | destructor, |
CORBA::TypeCode_ptr | tc, | ||
const T & | val | ||
) |
TAO::Any_Dual_Impl_T< T >::Any_Dual_Impl_T | ( | CORBA::TypeCode_ptr | tc | ) |
|
virtual |
|
virtual |
Reimplemented from TAO::Any_Impl.
CORBA::Boolean TAO::Any_Dual_Impl_T< CORBA::Exception >::demarshal_value | ( | TAO_InputCDR & | cdr | ) |
CORBA::Boolean TAO::Any_Dual_Impl_T< T >::demarshal_value | ( | TAO_InputCDR & | cdr | ) |
CORBA::Boolean TAO::Any_Dual_Impl_T< CORBA::WrongTransaction >::demarshal_value | ( | TAO_InputCDR & | cdr | ) |
|
static |
CORBA::Boolean TAO::Any_Dual_Impl_T< CORBA::Exception >::extract | ( | const CORBA::Any & | , |
_tao_destructor | , | ||
CORBA::TypeCode_ptr | , | ||
const CORBA::Exception *& | |||
) |
|
virtual |
Reimplemented from TAO::Any_Impl.
|
static |
|
static |
|
virtual |
Implements TAO::Any_Impl.
|
virtual |
Implements TAO::Any_Impl.
void TAO::Any_Dual_Impl_T< CORBA::Exception >::value | ( | const CORBA::Exception & | val | ) |
|
virtual |
|
protected |
|
protected |