Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::date_time::year_month_day_base< YearType, MonthType, DayType > Struct Template Reference

Allow rapid creation of ymd triples of different types. More...

#include <year_month_day.hpp>

Public Types

typedef YearType year_type
 
typedef MonthType month_type
 
typedef DayType day_type
 

Public Member Functions

 year_month_day_base (YearType year, MonthType month, DayType day)
 A basic constructor. More...
 

Public Attributes

YearType year
 
MonthType month
 
DayType day
 

Detailed Description

template<typename YearType, typename MonthType, typename DayType>
struct boost::date_time::year_month_day_base< YearType, MonthType, DayType >

Allow rapid creation of ymd triples of different types.

Member Typedef Documentation

template<typename YearType , typename MonthType , typename DayType >
typedef DayType boost::date_time::year_month_day_base< YearType, MonthType, DayType >::day_type
template<typename YearType , typename MonthType , typename DayType >
typedef MonthType boost::date_time::year_month_day_base< YearType, MonthType, DayType >::month_type
template<typename YearType , typename MonthType , typename DayType >
typedef YearType boost::date_time::year_month_day_base< YearType, MonthType, DayType >::year_type

Constructor & Destructor Documentation

template<typename YearType , typename MonthType , typename DayType >
boost::date_time::year_month_day_base< YearType, MonthType, DayType >::year_month_day_base ( YearType  year,
MonthType  month,
DayType  day 
)
inline

A basic constructor.

Member Data Documentation

template<typename YearType , typename MonthType , typename DayType >
DayType boost::date_time::year_month_day_base< YearType, MonthType, DayType >::day
template<typename YearType , typename MonthType , typename DayType >
MonthType boost::date_time::year_month_day_base< YearType, MonthType, DayType >::month
template<typename YearType , typename MonthType , typename DayType >
YearType boost::date_time::year_month_day_base< YearType, MonthType, DayType >::year

The documentation for this struct was generated from the following file: