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

Namespaces

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

Functions

ptime boost::posix_time::operator+ (const ptime &t, const boost::gregorian::months &m)
 Adds a months object and a ptime. More...
 
ptime boost::posix_time::operator+= (ptime &t, const boost::gregorian::months &m)
 Adds a months object to a ptime. More...
 
ptime boost::posix_time::operator- (const ptime &t, const boost::gregorian::months &m)
 Subtracts a months object and a ptime. More...
 
ptime boost::posix_time::operator-= (ptime &t, const boost::gregorian::months &m)
 Subtracts a months object from a ptime. More...
 
ptime boost::posix_time::operator+ (const ptime &t, const boost::gregorian::years &y)
 Adds a years object and a ptime. More...
 
ptime boost::posix_time::operator+= (ptime &t, const boost::gregorian::years &y)
 Adds a years object to a ptime. More...
 
ptime boost::posix_time::operator- (const ptime &t, const boost::gregorian::years &y)
 Subtracts a years object and a ptime. More...
 
ptime boost::posix_time::operator-= (ptime &t, const boost::gregorian::years &y)
 Subtracts a years object from a ptime. More...