Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
period.hpp File Reference

This file contain the implementation of the period abstraction. More...

Include dependency graph for period.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::date_time::period< point_rep, duration_rep >
 Provides generalized period type useful in date-time systems. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::date_time
 

Detailed Description

This file contain the implementation of the period abstraction.

This is basically the same idea as a range. Although this class is intended for use in the time library, it is pretty close to general enough for other numeric uses.