#include <Any_Impl.h>
Inheritance diagram for TAO::Any_Impl:
Public Types | |
typedef void(* | _tao_destructor )(void *) |
Public Member Functions | |
CORBA::Boolean | marshal (TAO_OutputCDR &) |
virtual CORBA::Boolean | marshal_value (TAO_OutputCDR &)=0 |
virtual const void * | value (void) const |
virtual void | free_value (void) |
CORBA::TypeCode_ptr | type (void) const |
CORBA::TypeCode_ptr | _tao_get_typecode (void) const |
void | type (CORBA::TypeCode_ptr) |
virtual int | _tao_byte_order (void) const |
virtual void | _add_ref (void) |
virtual void | _remove_ref (void) |
virtual void | _tao_decode (TAO_InputCDR &ACE_ENV_ARG_DECL) |
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 (void) const |
Static Public Member Functions | |
void | _tao_any_string_destructor (void *) |
Used to release these CORBA basic types. | |
void | _tao_any_wstring_destructor (void *) |
Protected Member Functions | |
Any_Impl (_tao_destructor, CORBA::TypeCode_ptr, bool encoded=false) | |
virtual | ~Any_Impl (void) |
Protected Attributes | |
TAO::Any_Impl::_tao_destructor | value_destructor_ |
CORBA::TypeCode_ptr | type_ |
bool | encoded_ |
Private Attributes | |
ACE_SYNCH_MUTEX | mutex_ |
Lock for the refcount. | |
CORBA::ULong | refcount_ |
Number of outstanding references to this object. |
Contains common functionality and some pure virtual methods.
|
Generated data types define a 'destructor' function that correctly destroys an object stored in an Any. |
|
|
|
|
|
|
|
|
|
Used to release these CORBA basic types.
|
|
|
|
Reimplemented in TAO::Unknown_IDL_Type. |
|
|
|
|
|
|
|
|
|
|
Reimplemented in TAO::Any_Impl_T< T >, and TAO::Unknown_IDL_Type. |
|
Reimplemented in TAO::Any_Impl_T< T >, and TAO::Unknown_IDL_Type. |
|
Reimplemented in TAO::Any_Impl_T< T >, and TAO::Unknown_IDL_Type. |
|
|
|
|
|
Reimplemented in TAO::Any_Array_Impl_T< T_slice, T_forany >, TAO::Any_Basic_Impl_T< T >, TAO::Any_Dual_Impl_T< T >, TAO::Any_Impl_T< T >, TAO::Any_Special_Impl_T< T, from_T, to_T >, TAO::Any_SystemException, and TAO::Unknown_IDL_Type. |
|
|
|
Lock for the refcount.
|
|
Number of outstanding references to this object.
|
|
|
|
|