Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class ustime

boost::interprocess::ustime

Synopsis

// In header: <boost/interprocess/timed_utils.hpp>


class ustime {
public:

  // public member functions
  ( = );
   (usduration &);
   (usduration &);
   (usduration &);
   (usduration &);
   () ;
   () ;
   () ;
   () ;
   () ;
};

Description

ustime public member functions

  1. ( microsecs = );

    Constructs a time point that is "microsecs" duration away from the epoch of the system

  2.  (usduration & other);
  3.  (usduration & other);
  4.  (usduration & other);
  5.  (usduration & other);
  6.  ( other) ;
  7.  ( other) ;
  8.  ( other) ;
  9.  ( other) ;
  10.  () ;

    Returns the stored count that represents microseconds from epoch


PrevUpHomeNext