cheshirekow  v0.1.0
nix::Timespec Class Reference

just a c timeval More...

#include <cpp_nix/timespec.h>

Inheritance diagram for nix::Timespec:

Public Member Functions

Timespecoperator+= (const Timespec &other)
 
Timespecoperator-= (const Timespec &other)
 
 Timespec (const timespec &other)
 
 Timespec (int sec=0, long int nsec=0)
 

Detailed Description

just a c timeval

Definition at line 39 of file timespec.h.

Constructor & Destructor Documentation

nix::Timespec::Timespec ( const timespec &  other)
inline

Definition at line 41 of file timespec.h.

nix::Timespec::Timespec ( int  sec = 0,
long int  nsec = 0 
)
inline

Definition at line 45 of file timespec.h.

Member Function Documentation

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

Definition at line 49 of file timespec.h.

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

Definition at line 53 of file timespec.h.


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