TAO_AnyTypeCode 4.0.0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
TAO::Any_SystemException Class Reference

Template Any class for IDL types with 2 modes of insertion. More...

#include <Any_SystemException.h>

Inheritance diagram for TAO::Any_SystemException:
Inheritance graph
[legend]
Collaboration diagram for TAO::Any_SystemException:
Collaboration graph
[legend]

Public Member Functions

 Any_SystemException (_tao_destructor destructor, CORBA::TypeCode_ptr, CORBA::SystemException *const)
 
 Any_SystemException (_tao_destructor destructor, CORBA::TypeCode_ptr, const CORBA::SystemException &)
 
 Any_SystemException (CORBA::TypeCode_ptr)
 
virtual ~Any_SystemException ()
 
virtual CORBA::Boolean marshal_value (TAO_OutputCDR &)
 
CORBA::Boolean demarshal_value (TAO_InputCDR &)
 
virtual const void * value () const
 
virtual void free_value ()
 
- Public Member Functions inherited from TAO::Any_Impl
CORBA::Boolean marshal (TAO_OutputCDR &)
 
CORBA::TypeCode_ptr type () const
 
CORBA::TypeCode_ptr _tao_get_typecode () const
 
void type (CORBA::TypeCode_ptr)
 
virtual int _tao_byte_order () const
 
virtual void _add_ref ()
 
virtual void _remove_ref ()
 
virtual void _tao_decode (TAO_InputCDR &)
 
virtual CORBA::Boolean to_object (CORBA::Object_ptr &) const
 
virtual CORBA::Boolean to_value (CORBA::ValueBase *&) const
 
virtual CORBA::Boolean to_abstract_base (CORBA::AbstractBase_ptr &) const
 
bool encoded () const
 

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 Public Member Functions inherited from TAO::Any_Impl
static void _tao_any_string_destructor (void *)
 Used to release these CORBA basic types.
 
static void _tao_any_wstring_destructor (void *)
 

Protected Attributes

CORBA::SystemExceptionvalue_
 
- Protected Attributes inherited from TAO::Any_Impl
TAO::Any_Impl::_tao_destructor value_destructor_
 
CORBA::TypeCode_ptr type_
 
bool encoded_
 

Additional Inherited Members

- Public Types inherited from TAO::Any_Impl
typedef void(* _tao_destructor) (void *)
 
- Protected Member Functions inherited from TAO::Any_Impl
 Any_Impl (_tao_destructor, CORBA::TypeCode_ptr, bool encoded=false)
 
virtual ~Any_Impl ()
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ Any_SystemException() [1/3]

TAO::Any_SystemException::Any_SystemException ( _tao_destructor destructor,
CORBA::TypeCode_ptr tc,
CORBA::SystemException * const val )

◆ Any_SystemException() [2/3]

TAO::Any_SystemException::Any_SystemException ( _tao_destructor destructor,
CORBA::TypeCode_ptr tc,
const CORBA::SystemException & val )

◆ Any_SystemException() [3/3]

TAO::Any_SystemException::Any_SystemException ( CORBA::TypeCode_ptr tc)

◆ ~Any_SystemException()

TAO::Any_SystemException::~Any_SystemException ( )
virtual

Member Function Documentation

◆ demarshal_value()

CORBA::Boolean TAO::Any_SystemException::demarshal_value ( TAO_InputCDR & cdr)

◆ extract()

CORBA::Boolean TAO::Any_SystemException::extract ( const CORBA::Any & ,
_tao_destructor ,
CORBA::TypeCode_ptr ,
const CORBA::SystemException *& ,
excp_factory f )
static

◆ free_value()

void TAO::Any_SystemException::free_value ( )
virtual

Reimplemented from TAO::Any_Impl.

◆ insert()

void TAO::Any_SystemException::insert ( CORBA::Any & any,
_tao_destructor destructor,
CORBA::TypeCode_ptr tc,
CORBA::SystemException * const value )
static

◆ insert_copy()

void TAO::Any_SystemException::insert_copy ( CORBA::Any & any,
_tao_destructor destructor,
CORBA::TypeCode_ptr tc,
const CORBA::SystemException & value )
static

◆ marshal_value()

CORBA::Boolean TAO::Any_SystemException::marshal_value ( TAO_OutputCDR & cdr)
virtual

Implements TAO::Any_Impl.

◆ value()

const void * TAO::Any_SystemException::value ( ) const
virtual

Member Data Documentation

◆ value_

CORBA::SystemException* TAO::Any_SystemException::value_
protected

The documentation for this class was generated from the following files: