|
ACE
7.0.7
|
#include "ace/os_include/os_time.h"#include "ace/Truncate.h"#include <chrono>#include <ostream>#include "ace/Basic_Types.h"#include "ace/Time_Value.inl"Classes | |
| class | ACE_Time_Value |
| Operations on "timeval" structures, which express time in seconds (secs) and microseconds (usecs). More... | |
Namespaces | |
| std::chrono | |
Macros | |
| #define | ACE_ONE_SECOND_IN_MSECS 1000L |
| #define | ACE_ONE_SECOND_IN_NSECS 1000000000L |
Functions | |
| std::ostream & | operator<< (std::ostream &o, const ACE_Time_Value &v) |
Variables | |
| suseconds_t const | ACE_ONE_SECOND_IN_USECS = 1000000 |
| #define ACE_ONE_SECOND_IN_MSECS 1000L |
| #define ACE_ONE_SECOND_IN_NSECS 1000000000L |
| std::ostream& operator<< | ( | std::ostream & | o, |
| const ACE_Time_Value & | v | ||
| ) |
| suseconds_t const ACE_ONE_SECOND_IN_USECS = 1000000 |
1.8.18