|
MIRA
|
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 <utils/IsCheapToCopy.h>

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 | IsCheapToCopy< Time > |
| class | IsCheapToCopy< Duration > |
| 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) |
Time and Duration wrapper class.
1.8.14