TAO_AnyTypeCode
2.2.5
|
Template Any class for IDL types with 2 modes of insertion. More...
#include <Any_SystemException.h>
Static Public Member Functions | |
static void | insert (CORBA::Any &, _tao_destructor, CORBA::TypeCode_ptr, CORBA::SystemException *const) |
static void | insert_copy (CORBA::Any &, _tao_destructor destructor, CORBA::TypeCode_ptr, const CORBA::SystemException &) |
static CORBA::Boolean | extract (const CORBA::Any &, _tao_destructor, CORBA::TypeCode_ptr, const CORBA::SystemException *&, excp_factory f) |
![]() | |
static void | _tao_any_string_destructor (void *) |
Used to release these CORBA basic types. More... | |
static void | _tao_any_wstring_destructor (void *) |
Protected Attributes | |
CORBA::SystemException * | value_ |
![]() | |
TAO::Any_Impl::_tao_destructor | value_destructor_ |
CORBA::TypeCode_ptr | type_ |
bool | encoded_ |
Additional Inherited Members | |
![]() | |
typedef void(* | _tao_destructor )(void *) |
![]() | |
Any_Impl (_tao_destructor, CORBA::TypeCode_ptr, bool encoded=false) | |
virtual | ~Any_Impl (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_SystemException::Any_SystemException | ( | _tao_destructor | destructor, |
CORBA::TypeCode_ptr | tc, | ||
CORBA::SystemException * const | val | ||
) |
TAO::Any_SystemException::Any_SystemException | ( | _tao_destructor | destructor, |
CORBA::TypeCode_ptr | tc, | ||
const CORBA::SystemException & | val | ||
) |
TAO::Any_SystemException::Any_SystemException | ( | CORBA::TypeCode_ptr | tc | ) |
|
virtual |
CORBA::Boolean TAO::Any_SystemException::demarshal_value | ( | TAO_InputCDR & | cdr | ) |
|
static |
|
virtual |
Reimplemented from TAO::Any_Impl.
|
static |
|
static |
|
virtual |
Implements TAO::Any_Impl.
|
virtual |
|
protected |