Object_KeyC.h File Reference

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

Go to the source code of this file.

Classes

class  TAO::ObjectKey

Namespaces

namespace  TAO
 

Define symbolic names for the ORB collocation strategies.


Defines

#define _TAO_OBJECTKEY_CH_

Functions

TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const TAO::ObjectKey &)
TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, TAO::ObjectKey &)

Define Documentation

#define _TAO_OBJECTKEY_CH_

Definition at line 72 of file Object_KeyC.h.


Function Documentation

TAO_Export CORBA::Boolean operator<< ( TAO_OutputCDR ,
const TAO::ObjectKey &   
)

Definition at line 255 of file Object_KeyC.cpp.

00259 {
00260   return TAO::marshal_sequence(strm, _tao_sequence);
00261 }

TAO_Export CORBA::Boolean operator>> ( TAO_InputCDR ,
TAO::ObjectKey &   
)

Definition at line 263 of file Object_KeyC.cpp.

00267 {
00268   return TAO::demarshal_sequence(strm, _tao_sequence);
00269 }

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Sat Nov 21 23:27:08 2009 for TAO by  doxygen 1.6.1