TAO_AnyTypeCode  2.0.8
Namespaces | Functions
IOPA.h File Reference
#include "tao/AnyTypeCode/Any.h"
#include "tao/IOPC.h"
#include "tao/AnyTypeCode/OctetSeqA.h"

Namespaces

namespace  IOP

Functions

TAO_AnyTypeCode_Export void operator<<= (::CORBA::Any &, const IOP::TaggedProfile &)
 Copying insertion.
TAO_AnyTypeCode_Export void operator<<= (::CORBA::Any &, IOP::TaggedProfile *)
 Non-copying insertion.
TAO_AnyTypeCode_Export::CORBA::Boolean operator>>= (const ::CORBA::Any &, IOP::TaggedProfile *&)
 Extraction to non-const pointer (deprecated).
TAO_AnyTypeCode_Export::CORBA::Boolean operator>>= (const ::CORBA::Any &, const IOP::TaggedProfile *&)
 Extraction to const pointer.
TAO_AnyTypeCode_Export void operator<<= (::CORBA::Any &, const IOP::TaggedProfileSeq &)
TAO_AnyTypeCode_Export void operator<<= (::CORBA::Any &, IOP::TaggedProfileSeq *)
TAO_AnyTypeCode_Export::CORBA::Boolean operator>>= (const ::CORBA::Any &, IOP::TaggedProfileSeq *&)
TAO_AnyTypeCode_Export::CORBA::Boolean operator>>= (const ::CORBA::Any &, const IOP::TaggedProfileSeq *&)
TAO_AnyTypeCode_Export void operator<<= (::CORBA::Any &, const IOP::IOR &)
 Copying insertion.
TAO_AnyTypeCode_Export void operator<<= (::CORBA::Any &, IOP::IOR *)
 Non-copying insertion.
TAO_AnyTypeCode_Export::CORBA::Boolean operator>>= (const ::CORBA::Any &, IOP::IOR *&)
 Extraction to non-const pointer (deprecated).
TAO_AnyTypeCode_Export::CORBA::Boolean operator>>= (const ::CORBA::Any &, const IOP::IOR *&)
 Extraction to const pointer.
TAO_AnyTypeCode_Export void operator<<= (::CORBA::Any &, const IOP::TaggedComponent &)
 Copying insertion.
TAO_AnyTypeCode_Export void operator<<= (::CORBA::Any &, IOP::TaggedComponent *)
 Non-copying insertion.
TAO_AnyTypeCode_Export::CORBA::Boolean operator>>= (const ::CORBA::Any &, IOP::TaggedComponent *&)
 Extraction to non-const pointer (deprecated).
TAO_AnyTypeCode_Export::CORBA::Boolean operator>>= (const ::CORBA::Any &, const IOP::TaggedComponent *&)
 Extraction to const pointer.
TAO_AnyTypeCode_Export void operator<<= (::CORBA::Any &, const IOP::MultipleComponentProfile &)
TAO_AnyTypeCode_Export void operator<<= (::CORBA::Any &, IOP::MultipleComponentProfile *)
TAO_AnyTypeCode_Export::CORBA::Boolean operator>>= (const ::CORBA::Any &, IOP::MultipleComponentProfile *&)
TAO_AnyTypeCode_Export::CORBA::Boolean operator>>= (const ::CORBA::Any &, const IOP::MultipleComponentProfile *&)
TAO_AnyTypeCode_Export void operator<<= (::CORBA::Any &, const IOP::TaggedComponentSeq &)
TAO_AnyTypeCode_Export void operator<<= (::CORBA::Any &, IOP::TaggedComponentSeq *)
TAO_AnyTypeCode_Export::CORBA::Boolean operator>>= (const ::CORBA::Any &, IOP::TaggedComponentSeq *&)
TAO_AnyTypeCode_Export::CORBA::Boolean operator>>= (const ::CORBA::Any &, const IOP::TaggedComponentSeq *&)
TAO_AnyTypeCode_Export void operator<<= (::CORBA::Any &, const IOP::ServiceContext &)
 Copying insertion.
TAO_AnyTypeCode_Export void operator<<= (::CORBA::Any &, IOP::ServiceContext *)
 Non-copying insertion.
TAO_AnyTypeCode_Export::CORBA::Boolean operator>>= (const ::CORBA::Any &, IOP::ServiceContext *&)
 Extraction to non-const pointer (deprecated).
TAO_AnyTypeCode_Export::CORBA::Boolean operator>>= (const ::CORBA::Any &, const IOP::ServiceContext *&)
 Extraction to const pointer.
TAO_AnyTypeCode_Export void operator<<= (::CORBA::Any &, const IOP::ServiceContextList &)
TAO_AnyTypeCode_Export void operator<<= (::CORBA::Any &, IOP::ServiceContextList *)
TAO_AnyTypeCode_Export::CORBA::Boolean operator>>= (const ::CORBA::Any &, IOP::ServiceContextList *&)
TAO_AnyTypeCode_Export::CORBA::Boolean operator>>= (const ::CORBA::Any &, const IOP::ServiceContextList *&)

Function Documentation

TAO_AnyTypeCode_Export void operator<<= ( ::CORBA::Any ,
const IOP::TaggedProfile  
)

Copying insertion.

TAO_AnyTypeCode_Export void operator<<= ( ::CORBA::Any ,
IOP::TaggedProfile  
)

Non-copying insertion.

TAO_AnyTypeCode_Export void operator<<= ( ::CORBA::Any ,
const IOP::TaggedProfileSeq  
)
TAO_AnyTypeCode_Export void operator<<= ( ::CORBA::Any ,
IOP::TaggedProfileSeq  
)
TAO_AnyTypeCode_Export void operator<<= ( ::CORBA::Any ,
const IOP::IOR  
)

Copying insertion.

TAO_AnyTypeCode_Export void operator<<= ( ::CORBA::Any ,
IOP::IOR  
)

Non-copying insertion.

TAO_AnyTypeCode_Export void operator<<= ( ::CORBA::Any ,
const IOP::TaggedComponent  
)

Copying insertion.

TAO_AnyTypeCode_Export void operator<<= ( ::CORBA::Any ,
IOP::TaggedComponent  
)

Non-copying insertion.

TAO_AnyTypeCode_Export void operator<<= ( ::CORBA::Any ,
const IOP::MultipleComponentProfile  
)
TAO_AnyTypeCode_Export void operator<<= ( ::CORBA::Any ,
IOP::MultipleComponentProfile  
)
TAO_AnyTypeCode_Export void operator<<= ( ::CORBA::Any ,
const IOP::TaggedComponentSeq  
)
TAO_AnyTypeCode_Export void operator<<= ( ::CORBA::Any ,
IOP::TaggedComponentSeq  
)
TAO_AnyTypeCode_Export void operator<<= ( ::CORBA::Any ,
const IOP::ServiceContext  
)

Copying insertion.

TAO_AnyTypeCode_Export void operator<<= ( ::CORBA::Any ,
IOP::ServiceContext  
)

Non-copying insertion.

TAO_AnyTypeCode_Export void operator<<= ( ::CORBA::Any ,
const IOP::ServiceContextList  
)
TAO_AnyTypeCode_Export void operator<<= ( ::CORBA::Any ,
IOP::ServiceContextList  
)
TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= ( const ::CORBA::Any ,
IOP::TaggedProfile *&   
)

Extraction to non-const pointer (deprecated).

TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= ( const ::CORBA::Any ,
const IOP::TaggedProfile *&   
)

Extraction to const pointer.

TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= ( const ::CORBA::Any ,
IOP::TaggedProfileSeq *&   
)
TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= ( const ::CORBA::Any ,
const IOP::TaggedProfileSeq *&   
)
TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= ( const ::CORBA::Any ,
IOP::IOR *&   
)

Extraction to non-const pointer (deprecated).

TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= ( const ::CORBA::Any ,
const IOP::IOR *&   
)

Extraction to const pointer.

TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= ( const ::CORBA::Any ,
IOP::TaggedComponent *&   
)

Extraction to non-const pointer (deprecated).

TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= ( const ::CORBA::Any ,
const IOP::TaggedComponent *&   
)

Extraction to const pointer.

TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= ( const ::CORBA::Any ,
IOP::MultipleComponentProfile *&   
)
TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= ( const ::CORBA::Any ,
const IOP::MultipleComponentProfile *&   
)
TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= ( const ::CORBA::Any ,
IOP::TaggedComponentSeq *&   
)
TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= ( const ::CORBA::Any ,
const IOP::TaggedComponentSeq *&   
)
TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= ( const ::CORBA::Any ,
IOP::ServiceContext *&   
)

Extraction to non-const pointer (deprecated).

TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= ( const ::CORBA::Any ,
const IOP::ServiceContext *&   
)

Extraction to const pointer.

TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= ( const ::CORBA::Any ,
IOP::ServiceContextList *&   
)
TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= ( const ::CORBA::Any ,
const IOP::ServiceContextList *&   
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Defines