time.h File Reference
+ Include dependency graph for time.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
 armarx::aron
 
 armarx::aron::time
 
 armarx::arondto
 
 IceUtil
 

Functions

void fromAron (const arondto::ClockType &dto, ClockType &bo)
 
void fromAron (const arondto::DateTime &dto, DateTime &bo)
 
void fromAron (const arondto::Duration &dto, Duration &bo)
 
void fromAron (const arondto::Frequency &dto, Frequency &bo)
 
void fromAron (const IceUtil::Time &dto, armarx::DateTime &bo)
 
void fromAron (const long &dto, IceUtil::Time &bo)
 
void toAron (arondto::ClockType &dto, const ClockType &bo)
 
void toAron (arondto::DateTime &dto, const DateTime &bo)
 
void toAron (arondto::Duration &dto, const Duration &bo)
 
void toAron (arondto::Frequency &dto, const Frequency &bo)
 
void toAron (IceUtil::Time &dto, const armarx::DateTime &bo)
 
void toAron (long &dto, const IceUtil::Time &bo)