#include <Duration.hpp>

Public Member Functions | |
| Duration (long int s, long int u) | |
| Duration (double t) | |
| Duration (const Time &t) | |
| virtual | ~Duration () |
Private Member Functions | |
| Duration () | |
Definition at line 17 of file Duration.hpp.
| TELEKYB_NAMESPACE::Duration::Duration | ( | ) | [private] |
Definition at line 12 of file Duration.cpp.
| TELEKYB_NAMESPACE::Duration::Duration | ( | long int | s, |
| long int | u | ||
| ) |
Definition at line 18 of file Duration.cpp.
| TELEKYB_NAMESPACE::Duration::Duration | ( | double | t | ) |
Definition at line 24 of file Duration.cpp.
| TELEKYB_NAMESPACE::Duration::Duration | ( | const Time & | t | ) |
Definition at line 30 of file Duration.cpp.
| TELEKYB_NAMESPACE::Duration::~Duration | ( | ) | [virtual] |
Definition at line 36 of file Duration.cpp.