cheshirekow  v0.1.0
nix::Timeval Class Reference

#include <cpp_nix/timeval.h>

Inheritance diagram for nix::Timeval:

Public Member Functions

Timevaloperator+= (const Timeval &other)
 
Timevaloperator-= (const Timeval &other)
 
 Timeval (const timeval &other)
 
 Timeval (int sec=0, int usec=0)
 

Detailed Description

Definition at line 38 of file timeval.h.

Constructor & Destructor Documentation

nix::Timeval::Timeval ( const timeval &  other)
inline

Definition at line 40 of file timeval.h.

nix::Timeval::Timeval ( int  sec = 0,
int  usec = 0 
)
inline

Definition at line 44 of file timeval.h.

Member Function Documentation

Timeval& nix::Timeval::operator+= ( const Timeval other)
inline

Definition at line 48 of file timeval.h.

Timeval& nix::Timeval::operator-= ( const Timeval other)
inline

Definition at line 52 of file timeval.h.


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