Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
greg_day.hpp File Reference
#include "boost/date_time/constrained_value.hpp"
#include <stdexcept>
#include <string>
Include dependency graph for greg_day.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::gregorian::bad_day_of_month
 Exception type for gregorian day of month (1..31) More...
 
class  boost::gregorian::greg_day
 Represent a day of the month (range 1 - 31) More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::gregorian
 Gregorian date system based on date_time components.
 

Typedefs

typedef
CV::simple_exception_policy
< unsigned short,
1, 31, bad_day_of_month > 
boost::gregorian::greg_day_policies
 Policy class that declares error handling and day of month ranges. More...
 
typedef CV::constrained_value
< greg_day_policies > 
boost::gregorian::greg_day_rep
 Generated represetation for gregorian day of month. More...