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

Go to the source code of this file.

Classes

class  nix::Timespec
 just a c timeval More...
 

Namespaces

 nix
 

Functions

bool operator!= (const timespec &a, const timespec &b)
 
timespec operator+ (const timespec &a, const timespec &b)
 
timespec operator- (const timespec &a, const timespec &b)
 
bool operator< (const timespec &a, const timespec &b)
 
bool operator<= (const timespec &a, const timespec &b)
 
bool operator== (const timespec &a, const timespec &b)
 
bool operator> (const timespec &a, const timespec &b)
 
bool operator>= (const timespec &a, const timespec &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 timespec.h.

Function Documentation

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

Definition at line 64 of file timespec.h.

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

Definition at line 68 of file timespec.h.

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

Definition at line 88 of file timespec.h.

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

Definition at line 60 of file timespec.h.

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

Definition at line 78 of file timespec.h.

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

Definition at line 98 of file timespec.h.