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

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::date_time
 

Functions

template<typename charT >
std::vector< std::basic_string
< charT > > 
boost::date_time::gather_month_strings (const std::locale &locale, bool short_strings=true)
 This function gathers up all the month strings from a std::locale. More...
 
template<typename charT >
std::vector< std::basic_string
< charT > > 
boost::date_time::gather_weekday_strings (const std::locale &locale, bool short_strings=true)
 This function gathers up all the weekday strings from a std::locale. More...