ParameterModeC.h File Reference

#include "tao/TAO_Export.h"
#include "tao/Basic_Types.h"

Include dependency graph for ParameterModeC.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  CORBA
namespace  TAO

Defines

#define TAO_EXPORT_MACRO   TAO_Export

Functions

TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, CORBA::ParameterMode)
TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ParameterMode &)

Variables

TAO_BEGIN_VERSIONED_NAMESPACE_DECL
class 
TAO_InputCDR


Define Documentation

#define TAO_EXPORT_MACRO   TAO_Export
 

Definition at line 48 of file ParameterModeC.h.


Function Documentation

TAO_Export CORBA::Boolean operator<< TAO_OutputCDR ,
CORBA::ParameterMode 
 

Definition at line 53 of file ParameterModeC.cpp.

00054 {
00055   return strm << static_cast<CORBA::ULong> (_tao_enumerator);
00056 }

TAO_Export CORBA::Boolean operator>> TAO_InputCDR ,
CORBA::ParameterMode
 

Definition at line 58 of file ParameterModeC.cpp.

00059 {
00060   CORBA::ULong _tao_temp = 0;
00061   CORBA::Boolean const _tao_success = strm >> _tao_temp;
00062   
00063   if (_tao_success)
00064     {
00065       _tao_enumerator = static_cast<CORBA::ParameterMode> (_tao_temp);
00066     }
00067   
00068   return _tao_success;
00069 }


Variable Documentation

TAO_BEGIN_VERSIONED_NAMESPACE_DECL class TAO_InputCDR
 

Definition at line 64 of file ParameterModeC.h.


Generated on Thu Nov 9 12:04:35 2006 for TAO by doxygen 1.3.6