#include "tao/TimeBaseC.h"#include "tao/CDR.h"Include dependency graph for TimeBaseC.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | TAO | 
Functions | |
| CORBA::Boolean | operator<< (TAO_OutputCDR &strm, const TimeBase::UtcT &_tao_aggregate) | 
| CORBA::Boolean | operator>> (TAO_InputCDR &strm, TimeBase::UtcT &_tao_aggregate) | 
| CORBA::Boolean | operator<< (TAO_OutputCDR &strm, const TimeBase::IntervalT &_tao_aggregate) | 
| CORBA::Boolean | operator>> (TAO_InputCDR &strm, TimeBase::IntervalT &_tao_aggregate) | 
      
  | 
  ||||||||||||
| 
 
 Definition at line 106 of file TimeBaseC.cpp. 
 00110 {
00111   return
00112     (strm << _tao_aggregate.lower_bound) &&
00113     (strm << _tao_aggregate.upper_bound);
00114 }
 | 
  
      
  | 
  ||||||||||||
| 
 
 Definition at line 79 of file TimeBaseC.cpp. 
  | 
  
      
  | 
  ||||||||||||
| 
 
 Definition at line 116 of file TimeBaseC.cpp. 
 00120 {
00121   return
00122     (strm >> _tao_aggregate.lower_bound) &&
00123     (strm >> _tao_aggregate.upper_bound);
00124 }
 | 
  
      
  | 
  ||||||||||||
| 
 
 Definition at line 91 of file TimeBaseC.cpp. 
  | 
  
 
1.3.6