Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members  

CosTime Namespace Reference


Compounds

interface  CosTime::TimeService
 The time service is used to create instances of TIOs and UTOs from components, and to determine the current time. More...

exception  CosTime::TimeUnavailable
interface  CosTime::TIO
 An instance of the TIO interface represents an interval in time, consisting of an upper and a lower bound. More...

interface  CosTime::UTO
 An instance of the UTO interface represents an instant in time. More...


Enumerations

enum  TimeComparison { TCEqualTo, TCLessThan, TCGreaterThan, TCIndeterminate }
enum  ComparisonType { IntervalC, MidC }
enum  OverlapType { OTContainer, OTContained, OTOverlap, OTNoOverlap }


Detailed Description

Author:
OMG
Version:
Version 00-06-26


Enumeration Type Documentation

enum CosTime::ComparisonType
 

Enumeration values:
IntervalC 
MidC 

enum CosTime::OverlapType
 

Enumeration values:
OTContainer 
OTContained 
OTOverlap 
OTNoOverlap 

enum CosTime::TimeComparison
 

Enumeration values:
TCEqualTo 
TCLessThan 
TCGreaterThan 
TCIndeterminate