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
  ( = );
  ustime & (usduration &);
  ustime (usduration &);
  ustime & (usduration &);
  ustime (usduration &);
   (ustime &) ;
   (ustime &) ;
   (ustime &) ;
   (ustime &) ;
   () ;
};

Description

ustime public member functions

  1. ( microsecs = );

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

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

    Returns the stored count that represents microseconds from epoch


PrevUpHomeNext