Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::locale::calendar_facet Class Referenceabstract

the facet that generates calendar for specific locale More...

#include <date_time_facet.hpp>

Inheritance diagram for boost::locale::calendar_facet:
Collaboration diagram for boost::locale::calendar_facet:

Public Member Functions

 calendar_facet (size_t refs=0)
 Basic constructor. More...
 
virtual abstract_calendarcreate_calendar () const =0
 Create a new calendar that points to current point of time. More...
 

Static Public Attributes

static std::locale::id id
 Locale id (needed to work with std::locale) More...
 

Detailed Description

the facet that generates calendar for specific locale

Constructor & Destructor Documentation

boost::locale::calendar_facet::calendar_facet ( size_t  refs = 0)
inline

Basic constructor.

Member Function Documentation

virtual abstract_calendar* boost::locale::calendar_facet::create_calendar ( ) const
pure virtual

Create a new calendar that points to current point of time.

Member Data Documentation

std::locale::id boost::locale::calendar_facet::id
static

Locale id (needed to work with std::locale)


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