Template Any class for IDL types with 2 modes of insertion.
More...
#include <Any_Dual_Impl_T.h>
List of all members.
Public Member Functions |
| Any_Dual_Impl_T (_tao_destructor destructor, CORBA::TypeCode_ptr, T *const) |
| Any_Dual_Impl_T (_tao_destructor destructor, CORBA::TypeCode_ptr, const T &) |
| Any_Dual_Impl_T (CORBA::TypeCode_ptr) |
virtual | ~Any_Dual_Impl_T (void) |
virtual CORBA::Boolean | marshal_value (TAO_OutputCDR &) |
CORBA::Boolean | demarshal_value (TAO_InputCDR &) |
virtual void | _tao_decode (TAO_InputCDR &) |
virtual const void * | value (void) const |
virtual void | free_value (void) |
template<> |
void | value (const CORBA::Exception &val) |
template<> |
CORBA::Boolean | marshal_value (TAO_OutputCDR &cdr) |
template<> |
CORBA::Boolean | demarshal_value (TAO_InputCDR &cdr) |
template<> |
CORBA::Boolean | extract (const CORBA::Any &, _tao_destructor, CORBA::TypeCode_ptr, const CORBA::Exception *&) |
template<> |
CORBA::Boolean | demarshal_value (TAO_InputCDR &cdr) |
template<> |
CORBA::Boolean | demarshal_value (TAO_InputCDR &cdr) |
template<> |
CORBA::Boolean | demarshal_value (TAO_InputCDR &cdr) |
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 *&) |
Protected Member Functions |
void | value (const T &) |
Protected Attributes |
T * | value_ |
Detailed Description
template<typename T>
class TAO::Any_Dual_Impl_T< T >
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
Member Function Documentation
template<typename T >
void TAO::Any_Dual_Impl_T< T >::_tao_decode |
( |
TAO_InputCDR & |
cdr ) |
[virtual] |
template<typename T >
void TAO::Any_Dual_Impl_T< T >::free_value |
( |
void |
) |
[virtual] |
template<typename T >
const void * TAO::Any_Dual_Impl_T< T >::value |
( |
void |
) |
const [virtual] |
template<typename T >
void TAO::Any_Dual_Impl_T< T >::value |
( |
const T & |
val ) |
[protected] |
Member Data Documentation
template<typename T >
T* TAO::Any_Dual_Impl_T< T >::value_ [protected] |
The documentation for this class was generated from the following files: