NCBI C++ ToolKit
|
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CSrvTime |
Class incorporating convenient methods to work with struct timespec. More... | |
Enumerations | |
enum | { kMSecsPerSecond = 1000 , kUSecsPerMSec = 1000 , kNSecsPerUSec = 1000 , kUSecsPerSecond = kUSecsPerMSec * kMSecsPerSecond , kNSecsPerMSec = kNSecsPerUSec * kUSecsPerMSec , kNSecsPerSecond = kNSecsPerMSec * kMSecsPerSecond } |
anonymous enum |
Enumerator | |
---|---|
kMSecsPerSecond | |
kUSecsPerMSec | |
kNSecsPerUSec | |
kUSecsPerSecond | |
kNSecsPerMSec | |
kNSecsPerSecond |
Definition at line 42 of file srv_time.hpp.