#include <IOP_CodecC.h>
Inheritance diagram for IOP::Codec:
Public Types | |
typedef Codec_ptr | _ptr_type |
typedef Codec_var | _var_type |
Public Member Functions | |
CORBA::OctetSeq | encode (in any data) raises (InvalidTypeForEncoding) |
any | decode (in CORBA::OctetSeq data) raises (FormatMismatch) |
CORBA::OctetSeq | encode_value (in any data) raises (InvalidTypeForEncoding) |
any | decode_value (in CORBA::OctetSeq data, in CORBA::TypeCode tc) raises (FormatMismatch, TypeMismatch) |
virtual ::CORBA::OctetSeq * | encode (const ::CORBA::Any &data ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException, ::IOP::Codec::InvalidTypeForEncoding ) |
virtual CORBA::Any * | decode (const ::CORBA::OctetSeq &data ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException, ::IOP::Codec::FormatMismatch ) |
virtual ::CORBA::OctetSeq * | encode_value (const ::CORBA::Any &data ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException, ::IOP::Codec::InvalidTypeForEncoding ) |
virtual CORBA::Any * | decode_value (const ::CORBA::OctetSeq &data,::CORBA::TypeCode_ptr tc ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException, ::IOP::Codec::FormatMismatch, ::IOP::Codec::TypeMismatch ) |
virtual CORBA::Boolean | _is_a (const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
virtual const char * | _interface_repository_id (void) const |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
Allows us to forbid marshaling of local interfaces. | |
Static Public Member Functions | |
Codec_ptr | _duplicate (Codec_ptr obj) |
void | _tao_release (Codec_ptr obj) |
Codec_ptr | _narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
No-op it is just here to simplify some templates. | |
Codec_ptr | _unchecked_narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
Codec_ptr | _nil (void) |
Return a NULL object. | |
void | _tao_any_destructor (void *) |
Used in the implementation of CORBA::Any. | |
Static Public Attributes | |
::CORBA::TypeCode_ptr const | _tc_InvalidTypeForEncoding |
::CORBA::TypeCode_ptr const | _tc_FormatMismatch |
::CORBA::TypeCode_ptr const | _tc_TypeMismatch |
Protected Member Functions | |
Codec (void) | |
virtual | ~Codec (void) |
Private Member Functions | |
Codec (const Codec &) | |
void | operator= (const Codec &) |
|
Reimplemented from CORBA::Object. |
|
Reimplemented from CORBA::Object. |
|
|
|
|
|
|
|
|
|
The repository ID for the most derived class, this is an implementation method and does no remote invocations! Reimplemented from CORBA::Object. |
|
|
|
No-op it is just here to simplify some templates.
Reimplemented from CORBA::Object. |
|
Return a NULL object.
Reimplemented from CORBA::Object. |
|
Used in the implementation of CORBA::Any.
Reimplemented from CORBA::Object. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Allows us to forbid marshaling of local interfaces.
Reimplemented from CORBA::Object. |
|
|
|
Initial value: &_tao_tc_IOP_Codec_FormatMismatch |
|
Initial value: &_tao_tc_IOP_Codec_InvalidTypeForEncoding |
|
Initial value: &_tao_tc_IOP_Codec_TypeMismatch |