Boost.Locale
|
a facet that holds general information about locale More...
#include <boost/locale/info.hpp>
Public Types | |
enum | string_property { language_property , country_property , variant_property , encoding_property , name_property } |
String information about the locale. More... | |
enum | integer_property { utf8_property } |
Integer information about locale. More... | |
Protected Member Functions | |
virtual std::string | get_string_property (string_property v) const =0 |
Get string property by its id v. | |
virtual int | get_integer_property (integer_property v) const =0 |
Get integer property by its id v. | |
a facet that holds general information about locale
This facet should be always created in order to make all Boost.Locale functions work