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

Classes

class  boost::locale::period::period_type
 This class holds a type that represents certain period of time like year, hour, second and so on. More...
 
struct  boost::locale::posix_time
 Structure that define POSIX time, seconds and milliseconds since Jan 1, 1970, 00:00 not including leap seconds. More...
 
class  boost::locale::abstract_calendar
 This class defines generic calendar class, it is used by date_time and calendar objects internally. More...
 
class  boost::locale::calendar_facet
 the facet that generates calendar for specific locale More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::locale
 This is the main namespace that encloses all localization classes.
 
 boost::locale::period
 Namespace that contains various types for manipulation with dates.
 
 boost::locale::period::marks
 This namespace holds a enum of various period types like era, year, month, etc.
 

Enumerations

enum  boost::locale::period::marks::period_mark {
  boost::locale::period::marks::invalid,
  boost::locale::period::marks::era,
  boost::locale::period::marks::year,
  boost::locale::period::marks::extended_year,
  boost::locale::period::marks::month,
  boost::locale::period::marks::day,
  boost::locale::period::marks::day_of_year,
  boost::locale::period::marks::day_of_week,
  boost::locale::period::marks::day_of_week_in_month,
  boost::locale::period::marks::day_of_week_local,
  boost::locale::period::marks::hour,
  boost::locale::period::marks::hour_12,
  boost::locale::period::marks::am_pm,
  boost::locale::period::marks::minute,
  boost::locale::period::marks::second,
  boost::locale::period::marks::week_of_year,
  boost::locale::period::marks::week_of_month,
  boost::locale::period::marks::first_day_of_week
}
 the type that defines a flag that holds a period identifier More...