WvStreams
Public Member Functions | List of all members
WvTime Class Reference

Based on (and interchangeable with) struct timeval. More...

#include <wvtimeutils.h>

Inheritance diagram for WvTime:
Inheritance graph
[legend]

Public Member Functions

 WvTime (long long t)
 
 WvTime (time_t sec, time_t usec)
 
 WvTime (const struct timeval &tv)
 
 WvTime (const WvTime &tv)
 
 operator long long () const
 

Detailed Description

Based on (and interchangeable with) struct timeval.

Definition at line 17 of file wvtimeutils.h.

Constructor & Destructor Documentation

◆ WvTime() [1/5]

WvTime::WvTime ( )
inline

Definition at line 20 of file wvtimeutils.h.

◆ WvTime() [2/5]

WvTime::WvTime ( long long  t)
inline

Definition at line 22 of file wvtimeutils.h.

◆ WvTime() [3/5]

WvTime::WvTime ( time_t  sec,
time_t  usec 
)
inline

Definition at line 24 of file wvtimeutils.h.

◆ WvTime() [4/5]

WvTime::WvTime ( const struct timeval &  tv)
inline

Definition at line 26 of file wvtimeutils.h.

◆ WvTime() [5/5]

WvTime::WvTime ( const WvTime tv)
inline

Definition at line 28 of file wvtimeutils.h.

Member Function Documentation

◆ operator long long()

WvTime::operator long long ( ) const
inline

Definition at line 31 of file wvtimeutils.h.


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