ETL  0.04.19
Public Types | Static Public Member Functions | Protected Types | Static Protected Member Functions | List of all members
clock_desc_win32hpcount Class Reference

#include <_clock_win32hpcount.h>

Public Types

typedef double value_type

Static Public Member Functions

static bool realtime ()
static bool proctime ()
static value_type one_second ()
static value_type precision ()
static const char * description ()

Protected Types

typedef __int64 timestamp

Static Protected Member Functions

static void get_current_time (timestamp &x)
static timestamp get_current_time ()
static value_type timestamp_to_seconds (const timestamp &x)
static timestamp seconds_to_timestamp (const value_type &x)

Detailed Description

Definition at line 48 of file _clock_win32hpcount.h.

Member Typedef Documentation

Definition at line 51 of file _clock_win32hpcount.h.

typedef __int64 clock_desc_win32hpcount::timestamp
protected

Definition at line 71 of file _clock_win32hpcount.h.

Member Function Documentation

static bool clock_desc_win32hpcount::realtime ( )
inlinestatic

Definition at line 53 of file _clock_win32hpcount.h.

static bool clock_desc_win32hpcount::proctime ( )
inlinestatic

Definition at line 56 of file _clock_win32hpcount.h.

static value_type clock_desc_win32hpcount::one_second ( )
inlinestatic

Definition at line 60 of file _clock_win32hpcount.h.

Referenced by precision().

static value_type clock_desc_win32hpcount::precision ( )
inlinestatic

Definition at line 63 of file _clock_win32hpcount.h.

References one_second().

Referenced by seconds_to_timestamp(), and timestamp_to_seconds().

static const char* clock_desc_win32hpcount::description ( )
inlinestatic

Definition at line 70 of file _clock_win32hpcount.h.

static void clock_desc_win32hpcount::get_current_time ( timestamp x)
inlinestaticprotected

Definition at line 77 of file _clock_win32hpcount.h.

static timestamp clock_desc_win32hpcount::get_current_time ( )
inlinestaticprotected

Definition at line 81 of file _clock_win32hpcount.h.

static value_type clock_desc_win32hpcount::timestamp_to_seconds ( const timestamp x)
inlinestaticprotected

Definition at line 85 of file _clock_win32hpcount.h.

References precision().

static timestamp clock_desc_win32hpcount::seconds_to_timestamp ( const value_type x)
inlinestaticprotected

Definition at line 89 of file _clock_win32hpcount.h.

References precision().


The documentation for this class was generated from the following file: