#include <Any_Basic_Impl.h>
Inheritance diagram for TAO::Any_Basic_Impl:
Public Member Functions | |
Any_Basic_Impl (CORBA::TypeCode_ptr, void *value) | |
virtual | ~Any_Basic_Impl (void) |
virtual CORBA::Boolean | marshal_value (TAO_OutputCDR &) |
CORBA::Boolean | demarshal_value (TAO_InputCDR &) |
CORBA::Boolean | demarshal_value (TAO_InputCDR &, CORBA::Long) |
virtual void | _tao_decode (TAO_InputCDR &ACE_ENV_ARG_DECL) |
Static Public Member Functions | |
void | insert (CORBA::Any &, CORBA::TypeCode_ptr, const void *) |
CORBA::Boolean | extract (const CORBA::Any &, CORBA::TypeCode_ptr, void *) |
Any_Basic_Impl * | create_empty (CORBA::TypeCode_ptr) |
Static Private Member Functions | |
void | assign_value (void *, Any_Basic_Impl *) |
void | assign_value (void *, Any_Basic_Impl *, CORBA::Long tck) |
Private Attributes | |
CORBA::Long | kind_ |
union { | |
CORBA::Short s | |
CORBA::UShort us | |
CORBA::Long l | |
CORBA::ULong ul | |
CORBA::Float f | |
CORBA::Double d | |
CORBA::Boolean b | |
CORBA::Char c | |
CORBA::Octet o | |
CORBA::LongLong ll | |
CORBA::ULongLong ull | |
CORBA::LongDouble ld | |
CORBA::WChar wc | |
} | u_ |
|
|
|
|
|
Reimplemented from TAO::Any_Impl. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements TAO::Any_Impl. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|