#include "tao/TAO_Export.h"#include "tao/Basic_Types.h"Include dependency graph for ParameterModeC.h:

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

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 | 
      
  | 
  
| 
 
 Definition at line 48 of file ParameterModeC.h.  | 
  
      
  | 
  ||||||||||||
| 
 
 Definition at line 53 of file ParameterModeC.cpp. 
 00054 {
00055   return strm << static_cast<CORBA::ULong> (_tao_enumerator);
00056 }
 | 
  
      
  | 
  ||||||||||||
| 
 
 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 }
 | 
  
      
  | 
  
| 
 
 Definition at line 64 of file ParameterModeC.h.  | 
  
 
1.3.6