Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

IOP_CodecC.h File Reference

#include "ace/config-all.h"
#include "tao/TAO_Export.h"
#include "tao/ORB.h"
#include "tao/SystemException.h"
#include "tao/Environment.h"
#include "tao/Object.h"
#include "tao/TypeCode.h"
#include "tao/TypeCode_Constants.h"
#include "tao/Any.h"
#include "tao/Objref_VarOut_T.h"
#include "tao/VarOut_T.h"
#include "tao/Typecode_typesC.h"
#include "tao/OctetSeqC.h"

Include dependency graph for IOP_CodecC.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Namespaces

namespace  IOP
namespace  TAO

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 &)

Define Documentation

#define _IOP_CODEC__TRAITS_CH_
 

#define _IOP_CODEC__VAR_OUT_CH_
 

#define _IOP_CODEC_CH_
 

#define _IOP_CODEC_FORMATMISMATCH_CH_
 

#define _IOP_CODEC_INVALIDTYPEFORENCODING_CH_
 

#define _IOP_CODEC_TYPEMISMATCH_CH_
 

#define _IOP_CODECFACTORY__TRAITS_CH_
 

#define _IOP_CODECFACTORY__VAR_OUT_CH_
 

#define _IOP_CODECFACTORY_CH_
 

#define _IOP_CODECFACTORY_UNKNOWNENCODING_CH_
 

#define TAO_EXPORT_MACRO   TAO_Export
 


Typedef Documentation

typedef TAO_Objref_Out_T< Codec > IOP::Codec_out
 

typedef Codec* IOP::Codec_ptr
 

typedef TAO_Objref_Var_T< Codec > IOP::Codec_var
 

typedef TAO_Objref_Out_T< CodecFactory > IOP::CodecFactory_out
 

typedef CodecFactory* IOP::CodecFactory_ptr
 

typedef TAO_Objref_Var_T< CodecFactory > IOP::CodecFactory_var
 

typedef Encoding& IOP::Encoding_out
 

typedef TAO_Fixed_Var_T< Encoding > IOP::Encoding_var
 

typedef CORBA::Short_out IOP::EncodingFormat_out
 


Function Documentation

TAO_Export CORBA::Boolean operator<< TAO_OutputCDR ,
const IOP::Encoding
 

TAO_Export void operator<<= CORBA::Any ,
IOP::CodecFactory::UnknownEncoding
 

TAO_Export void operator<<= CORBA::Any ,
const IOP::CodecFactory::UnknownEncoding
 

TAO_Export void operator<<= CORBA::Any ,
IOP::CodecFactory_ptr
 

TAO_Export void operator<<= CORBA::Any ,
IOP::CodecFactory_ptr 
 

TAO_Export void operator<<= CORBA::Any ,
IOP::Encoding
 

TAO_Export void operator<<= CORBA::Any ,
const IOP::Encoding
 

TAO_Export void operator<<= CORBA::Any ,
IOP::Codec::TypeMismatch
 

TAO_Export void operator<<= CORBA::Any ,
const IOP::Codec::TypeMismatch
 

TAO_Export void operator<<= CORBA::Any ,
IOP::Codec::FormatMismatch
 

TAO_Export void operator<<= CORBA::Any ,
const IOP::Codec::FormatMismatch
 

TAO_Export void operator<<= CORBA::Any ,
IOP::Codec::InvalidTypeForEncoding
 

TAO_Export void operator<<= CORBA::Any ,
const IOP::Codec::InvalidTypeForEncoding
 

TAO_Export void operator<<= CORBA::Any ,
IOP::Codec_ptr
 

TAO_Export void operator<<= CORBA::Any ,
IOP::Codec_ptr 
 

TAO_Export CORBA::Boolean operator>> TAO_InputCDR ,
IOP::Encoding
 

TAO_Export CORBA::Boolean operator>>= const CORBA::Any ,
const IOP::CodecFactory::UnknownEncoding *& 
 

TAO_Export CORBA::Boolean operator>>= const CORBA::Any ,
IOP::CodecFactory::UnknownEncoding *& 
 

TAO_Export CORBA::Boolean operator>>= const CORBA::Any ,
IOP::CodecFactory_ptr
 

TAO_Export CORBA::Boolean operator>>= const CORBA::Any ,
const IOP::Encoding *& 
 

TAO_Export CORBA::Boolean operator>>= const CORBA::Any ,
IOP::Encoding *& 
 

TAO_Export CORBA::Boolean operator>>= const CORBA::Any ,
const 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::FormatMismatch *& 
 

TAO_Export CORBA::Boolean operator>>= const CORBA::Any ,
IOP::Codec::FormatMismatch *& 
 

TAO_Export CORBA::Boolean operator>>= const CORBA::Any ,
const IOP::Codec::InvalidTypeForEncoding *& 
 

TAO_Export CORBA::Boolean operator>>= const CORBA::Any ,
IOP::Codec::InvalidTypeForEncoding *& 
 

TAO_Export CORBA::Boolean operator>>= const CORBA::Any ,
IOP::Codec_ptr
 


Generated on Sun May 15 13:02:19 2005 for TAO by  doxygen 1.3.9.1