TimeBase::IntervalT Struct Reference

An UTC time interval. More...

import "TimeBase.pidl";

List of all members.

Public Types

typedef IntervalT_var _var_type

Static Public Member Functions

void _tao_any_destructor (void *)

Public Attributes

TimeT lower_bound
 Lower bound of the interval.

TimeT upper_bound
 Upper bound of the interval.

TimeBase::TimeT lower_bound
TimeBase::TimeT upper_bound


Detailed Description

An UTC time interval.

Definition at line 86 of file TimeBase.pidl.


Member Typedef Documentation

typedef IntervalT_var TimeBase::IntervalT::_var_type
 

Definition at line 137 of file TimeBaseC.h.


Member Function Documentation

void TimeBase::IntervalT::_tao_any_destructor void *   )  [static]
 

Definition at line 67 of file TimeBaseC.cpp.

00070 {
00071   IntervalT *_tao_tmp_pointer =
00072     static_cast<IntervalT *> (_tao_void_pointer);
00073   delete _tao_tmp_pointer;
00074 }


Member Data Documentation

TimeBase::TimeT TimeBase::IntervalT::lower_bound
 

Definition at line 140 of file TimeBaseC.h.

TimeT TimeBase::IntervalT::lower_bound
 

Lower bound of the interval.

Definition at line 89 of file TimeBase.pidl.

Referenced by operator<<(), and operator>>().

TimeBase::TimeT TimeBase::IntervalT::upper_bound
 

Definition at line 141 of file TimeBaseC.h.

TimeT TimeBase::IntervalT::upper_bound
 

Upper bound of the interval.

Definition at line 92 of file TimeBase.pidl.

Referenced by operator<<(), and operator>>().


The documentation for this struct was generated from the following files:
Generated on Thu Nov 9 12:27:45 2006 for TAO by doxygen 1.3.6