Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
posix_time_duration.hpp File Reference
Include dependency graph for posix_time_duration.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::posix_time::hours
 Allows expression of durations as an hour count. More...
 
class  boost::posix_time::minutes
 Allows expression of durations as a minute count. More...
 
class  boost::posix_time::seconds
 Allows expression of durations as a seconds count. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::posix_time
 Defines a non-adjusted time system with nano-second resolution and stable calculation properties.
 

Typedefs

typedef
date_time::subsecond_duration
< time_duration, 1000 > 
boost::posix_time::millisec
 Allows expression of durations as milli seconds. More...
 
typedef
date_time::subsecond_duration
< time_duration, 1000 > 
boost::posix_time::milliseconds
 
typedef
date_time::subsecond_duration
< time_duration, 1000000 > 
boost::posix_time::microsec
 Allows expression of durations as micro seconds. More...
 
typedef
date_time::subsecond_duration
< time_duration, 1000000 > 
boost::posix_time::microseconds