Classes | Defines | Variables

Time_Value.h File Reference

#include "ace/os_include/os_time.h"
#include "ace/Basic_Types.h"
#include "ace/iosfwd.h"
#include "ace/Time_Value.inl"
Include dependency graph for Time_Value.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ACE_Time_Value
 Operations on "timeval" structures, which express time in seconds (secs) and microseconds (usecs). More...

Defines

#define ACE_ONE_SECOND_IN_MSECS   1000L
#define ACE_ONE_SECOND_IN_NSECS   1000000000L

Variables

suseconds_t const ACE_ONE_SECOND_IN_USECS = 1000000

Detailed Description

Id:
Time_Value.h 90683 2010-06-17 22:07:42Z shuston
Author:
Douglas C. Schmidt <schmidt@cs.wustl.edu>

Definition in file Time_Value.h.


Define Documentation

#define ACE_ONE_SECOND_IN_MSECS   1000L

Definition at line 28 of file Time_Value.h.

#define ACE_ONE_SECOND_IN_NSECS   1000000000L

Definition at line 30 of file Time_Value.h.


Variable Documentation

suseconds_t const ACE_ONE_SECOND_IN_USECS = 1000000

Definition at line 29 of file Time_Value.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines