TAO_AnyTypeCode
2.1.1
|
Template Any class for bounded IDL (w)strings. More...
#include <Any_Special_Impl_T.h>
Public Member Functions | |
Any_Special_Impl_T (_tao_destructor destructor, CORBA::TypeCode_ptr, T *const, CORBA::ULong bound) | |
virtual | ~Any_Special_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) |
Static Public Member Functions | |
static void | insert (CORBA::Any &, _tao_destructor destructor, CORBA::TypeCode_ptr, T *const, CORBA::ULong bound) |
static CORBA::Boolean | extract (const CORBA::Any &, _tao_destructor, CORBA::TypeCode_ptr, const T *&, CORBA::ULong bound) |
Private Attributes | |
T * | value_ |
CORBA::ULong | bound_ |
Template Any class for bounded IDL (w)strings.
TAO::Any_Special_Impl_T< T, from_T, to_T >::Any_Special_Impl_T | ( | _tao_destructor | destructor, |
CORBA::TypeCode_ptr | tc, | ||
T * const | val, | ||
CORBA::ULong | bound | ||
) |
|
virtual |
|
virtual |
Reimplemented from TAO::Any_Impl.
CORBA::Boolean TAO::Any_Special_Impl_T< T, from_T, to_T >::demarshal_value | ( | TAO_InputCDR & | cdr | ) |
|
static |
|
virtual |
Reimplemented from TAO::Any_Impl.
|
static |
|
virtual |
Implements TAO::Any_Impl.
|
virtual |
|
private |
|
private |