TAO_TIO Class Reference

Time Interval Object Implementation. More...

#include <TAO_TIO.h>

Collaboration diagram for TAO_TIO:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_TIO (TimeBase::TimeT lower, TimeBase::TimeT upper)
 Constructor.

 ~TAO_TIO (void)
 Destructor.


Private Attributes

TimeBase::IntervalT attr_time_interval
 This is the get method for the attribute time interval.


Detailed Description

Time Interval Object Implementation.

The TIO represents a time interval and has operations to compare itself with a UTO or another TIO. It also has an operation to create a UTO from the value of it's time interval.

Definition at line 37 of file TAO_TIO.h.


Constructor & Destructor Documentation

TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_TIO::TAO_TIO TimeBase::TimeT  lower,
TimeBase::TimeT  upper
 

Constructor.

Definition at line 8 of file TAO_TIO.cpp.

References attr_time_interval, TimeBase::IntervalT::lower_bound, and TimeBase::IntervalT::upper_bound.

00010 {
00011   this->attr_time_interval.lower_bound = lower;
00012   this->attr_time_interval.upper_bound = upper;
00013 }

TAO_TIO::~TAO_TIO void   ) 
 

Destructor.

Definition at line 16 of file TAO_TIO.cpp.

00017 {
00018 }


Member Data Documentation

TimeBase::IntervalT TAO_TIO::attr_time_interval [private]
 

This is the get method for the attribute time interval.

This attribute returns an IntervalT structure with the values of its fields filled in with the corresponding values from the TIO.

Definition at line 83 of file TAO_TIO.h.

Referenced by TAO_TIO().


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 13:58:49 2006 for TAO_CosTime by doxygen 1.3.6