Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

Time_Value.h File Reference

Time_Value.h,v 4.18 2002/09/13 15:37:53 ossama Exp. More...

#include "ace/pre.h"
#include "ace/OS_Export.h"
#include "ace/ACE_export.h"
#include "ace/post.h"

Include dependency graph for Time_Value.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Compounds

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

struct  timespec

Defines

#define ACE_ONE_SECOND_IN_MSECS   1000L
#define ACE_ONE_SECOND_IN_USECS   1000000L
#define ACE_ONE_SECOND_IN_NSECS   1000000000L

Typedefs

typedef timespec timespec_t

Functions

ACE_OS_Export ACE_Time_Value operator+ (const ACE_Time_Value &tv1, const ACE_Time_Value &tv2)
ACE_OS_Export ACE_Time_Value operator- (const ACE_Time_Value &tv1, const ACE_Time_Value &tv2)

Detailed Description

Time_Value.h,v 4.18 2002/09/13 15:37:53 ossama Exp.

Author:
Douglas C. Schmidt <schmidt@cs.wustl.edu>

Define Documentation

#define ACE_ONE_SECOND_IN_MSECS   1000L
 

#define ACE_ONE_SECOND_IN_NSECS   1000000000L
 

#define ACE_ONE_SECOND_IN_USECS   1000000L
 


Typedef Documentation

typedef struct timespec timespec_t
 


Function Documentation

ACE_OS_Export ACE_Time_Value operator+ const ACE_Time_Value   tv1,
const ACE_Time_Value   tv2
 

ACE_OS_Export ACE_Time_Value operator- const ACE_Time_Value   tv1,
const ACE_Time_Value   tv2
 


Generated on Thu Oct 10 16:59:31 2002 for ACE by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001