|
Namespaces |
namespace | TAO |
namespace | IOP |
Classes |
interface | IOP::Codec |
exception | IOP::Codec::InvalidTypeForEncoding |
exception | IOP::Codec::FormatMismatch |
exception | IOP::Codec::TypeMismatch |
struct | IOP::Encoding |
interface | IOP::CodecFactory |
exception | IOP::CodecFactory::UnknownEncoding |
struct | TAO::Objref_Traits< IOP::Codec > |
struct | TAO::Objref_Traits< IOP::CodecFactory > |
Defines |
#define | TAO_EXPORT_MACRO TAO_Export |
#define | _IOP_CODEC__VAR_OUT_CH_ |
#define | _IOP_CODEC_CH_ |
#define | _IOP_CODEC_INVALIDTYPEFORENCODING_CH_ |
#define | _IOP_CODEC_FORMATMISMATCH_CH_ |
#define | _IOP_CODEC_TYPEMISMATCH_CH_ |
#define | _IOP_CODECFACTORY__VAR_OUT_CH_ |
#define | _IOP_CODECFACTORY_CH_ |
#define | _IOP_CODECFACTORY_UNKNOWNENCODING_CH_ |
#define | _IOP_CODEC__TRAITS_CH_ |
#define | _IOP_CODECFACTORY__TRAITS_CH_ |
Typedefs |
typedef Codec * | Codec_ptr |
typedef TAO_Objref_Var_T<
Codec > | Codec_var |
typedef TAO_Objref_Out_T<
Codec > | Codec_out |
typedef CORBA::Short_out | EncodingFormat_out |
typedef TAO_Fixed_Var_T< Encoding > | Encoding_var |
typedef Encoding & | Encoding_out |
typedef CodecFactory * | CodecFactory_ptr |
typedef TAO_Objref_Var_T<
CodecFactory > | CodecFactory_var |
typedef TAO_Objref_Out_T<
CodecFactory > | CodecFactory_out |
Functions |
TAO_Export void | operator<<= (CORBA::Any &, IOP::Codec_ptr) |
TAO_Export void | operator<<= (CORBA::Any &, IOP::Codec_ptr *) |
TAO_Export CORBA::Boolean | operator>>= (const CORBA::Any &, IOP::Codec_ptr &) |
TAO_Export void | operator<<= (CORBA::Any &, const IOP::Codec::InvalidTypeForEncoding &) |
TAO_Export void | operator<<= (CORBA::Any &, IOP::Codec::InvalidTypeForEncoding *) |
TAO_Export CORBA::Boolean | operator>>= (const CORBA::Any &, IOP::Codec::InvalidTypeForEncoding *&) |
TAO_Export CORBA::Boolean | operator>>= (const CORBA::Any &, const IOP::Codec::InvalidTypeForEncoding *&) |
TAO_Export void | operator<<= (CORBA::Any &, const IOP::Codec::FormatMismatch &) |
TAO_Export void | operator<<= (CORBA::Any &, IOP::Codec::FormatMismatch *) |
TAO_Export CORBA::Boolean | operator>>= (const CORBA::Any &, IOP::Codec::FormatMismatch *&) |
TAO_Export CORBA::Boolean | operator>>= (const CORBA::Any &, const IOP::Codec::FormatMismatch *&) |
TAO_Export void | operator<<= (CORBA::Any &, const IOP::Codec::TypeMismatch &) |
TAO_Export void | operator<<= (CORBA::Any &, IOP::Codec::TypeMismatch *) |
TAO_Export CORBA::Boolean | operator>>= (const CORBA::Any &, IOP::Codec::TypeMismatch *&) |
TAO_Export CORBA::Boolean | operator>>= (const CORBA::Any &, const IOP::Codec::TypeMismatch *&) |
TAO_Export void | operator<<= (CORBA::Any &, const IOP::Encoding &) |
TAO_Export void | operator<<= (CORBA::Any &, IOP::Encoding *) |
TAO_Export CORBA::Boolean | operator>>= (const CORBA::Any &, IOP::Encoding *&) |
TAO_Export CORBA::Boolean | operator>>= (const CORBA::Any &, const IOP::Encoding *&) |
TAO_Export void | operator<<= (CORBA::Any &, IOP::CodecFactory_ptr) |
TAO_Export void | operator<<= (CORBA::Any &, IOP::CodecFactory_ptr *) |
TAO_Export CORBA::Boolean | operator>>= (const CORBA::Any &, IOP::CodecFactory_ptr &) |
TAO_Export void | operator<<= (CORBA::Any &, const IOP::CodecFactory::UnknownEncoding &) |
TAO_Export void | operator<<= (CORBA::Any &, IOP::CodecFactory::UnknownEncoding *) |
TAO_Export CORBA::Boolean | operator>>= (const CORBA::Any &, IOP::CodecFactory::UnknownEncoding *&) |
TAO_Export CORBA::Boolean | operator>>= (const CORBA::Any &, const IOP::CodecFactory::UnknownEncoding *&) |
TAO_Export CORBA::Boolean | operator<< (TAO_OutputCDR &, const IOP::Encoding &) |
TAO_Export CORBA::Boolean | operator>> (TAO_InputCDR &, IOP::Encoding &) |