Object_KeyC.h File Reference

#include "ace/config-all.h"
#include "tao/ORB.h"
#include "tao/Environment.h"
#include "tao/Sequence_T.h"
#include "tao/Seq_Var_T.h"
#include "tao/Seq_Out_T.h"

Include dependency graph for Object_KeyC.h:

Include dependency graph

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

Included by dependency graph

Go to the source code of this file.

Namespaces

namespace  TAO

Defines

#define TAO_EXPORT_MACRO   TAO_Export
#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 76 of file Object_KeyC.h.

#define TAO_EXPORT_MACRO   TAO_Export
 

Definition at line 53 of file Object_KeyC.h.


Function Documentation

TAO_Export CORBA::Boolean operator<< TAO_OutputCDR ,
const TAO::ObjectKey
 

Definition at line 259 of file Object_KeyC.cpp.

References TAO::marshal_sequence().

00263 {
00264   return TAO::marshal_sequence(strm, _tao_sequence);
00265 }

TAO_Export CORBA::Boolean operator>> TAO_InputCDR ,
TAO::ObjectKey
 

Definition at line 267 of file Object_KeyC.cpp.

References TAO::demarshal_sequence().

00271 {
00272   return TAO::demarshal_sequence(strm, _tao_sequence);
00273 }


Generated on Sun Jan 27 13:11:48 2008 for TAO by doxygen 1.3.6