cheshirekow  v0.1.0
timeval.h File Reference
#include <sys/time.h>

Go to the source code of this file.

Classes

class  nix::Timeval
 

Namespaces

 nix
 

Functions

bool operator!= (const timeval &a, const timeval &b)
 
timeval operator+ (const timeval &a, const timeval &b)
 
timeval operator- (const timeval &a, const timeval &b)
 
bool operator< (const timeval &a, const timeval &b)
 
bool operator<= (const timeval &a, const timeval &b)
 
bool operator== (const timeval &a, const timeval &b)
 
bool operator> (const timeval &a, const timeval &b)
 
bool operator>= (const timeval &a, const timeval &b)
 

Detailed Description

Date
Feb 14, 2013
Author
Josh Bialkowski (josh..nosp@m.bial.nosp@m.kowsk.nosp@m.i@gm.nosp@m.ail.c.nosp@m.om)

Definition in file timeval.h.

Function Documentation

bool operator!= ( const timeval &  a,
const timeval &  b 
)
inline

Definition at line 63 of file timeval.h.

timeval operator+ ( const timeval &  a,
const timeval &  b 
)
timeval operator- ( const timeval &  a,
const timeval &  b 
)
bool operator< ( const timeval &  a,
const timeval &  b 
)
inline

Definition at line 67 of file timeval.h.

bool operator<= ( const timeval &  a,
const timeval &  b 
)
inline

Definition at line 87 of file timeval.h.

bool operator== ( const timeval &  a,
const timeval &  b 
)
inline

Definition at line 59 of file timeval.h.

bool operator> ( const timeval &  a,
const timeval &  b 
)
inline

Definition at line 77 of file timeval.h.

bool operator>= ( const timeval &  a,
const timeval &  b 
)
inline

Definition at line 97 of file timeval.h.