#include <pthread.h>
#include "BasicObject.h"
Go to the source code of this file.
Compounds | |
class | TimeValue |
Holds a value of time, usually used for measuring differences between two points in time. More... | |
Functions | |
bool | operator< (const timespec &time1, const timespec &time2) |
bool | operator< (const TimeValue &value1, const TimeValue &value2) |
|
Definition at line 229 of file TimeValue.cpp. |
|
|