MIRA
Classes | Namespaces | Typedefs | Functions
Time.h File Reference

Time and Duration wrapper class. More...

#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/date_time/local_time/local_time.hpp>
#include <boost/date_time/c_local_time_adjustor.hpp>
#include <platform/Types.h>
#include <serialization/SplitReflect.h>
#include <serialization/IsTransparentSerializable.h>
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.

Classes

class  Duration
 Use this class to represent time durations. More...
 
class  Time
 Wrapper class for boost::posix_time::ptime for adding more functionality to it. More...
 
class  IsTransparentSerializable< Time, SerializerTag >
 
class  IsTransparentSerializable< Duration, SerializerTag >
 
class  IsTransparentSerializable< Date, SerializerTag >
 

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Typedefs

typedef boost::gregorian::date Date
 Typedef for the boost Gregorian calendar date. More...
 
typedef boost::gregorian::date_duration DateDuration
 

Functions

Duration abs (const Duration &duration)
 Get the absolute duration from a duration. More...
 
template<typename Reflector >
void reflectRead (Reflector &r, Date &date)
 
template<typename Reflector >
void reflectWrite (Reflector &r, Date &date)
 

Detailed Description

Time and Duration wrapper class.

Author
Tim Langner
Date
2010/09/06