Data Structures |
| class | Init |
Public Member Functions |
| | _Locale_impl (const char *s) |
| | _Locale_impl (const _Locale_impl &) |
| | _Locale_impl (size_t n, const char *s) |
| size_t | size () const |
| locale::facet * | insert (locale::facet *, const locale::id &n) |
| void | insert (_Locale_impl *from, const locale::id &n) |
| _Locale_name_hint * | insert_ctype_facets (const char *&name, char *buf, _Locale_name_hint *hint) |
| _Locale_name_hint * | insert_numeric_facets (const char *&name, char *buf, _Locale_name_hint *hint) |
| _Locale_name_hint * | insert_time_facets (const char *&name, char *buf, _Locale_name_hint *hint) |
| _Locale_name_hint * | insert_collate_facets (const char *&name, char *buf, _Locale_name_hint *hint) |
| _Locale_name_hint * | insert_monetary_facets (const char *&name, char *buf, _Locale_name_hint *hint) |
| _Locale_name_hint * | insert_messages_facets (const char *&name, char *buf, _Locale_name_hint *hint) |
| bool | operator!= (const locale &__loc) const |
Static Public Member Functions |
static void
_STLP_FUNCTION_THROWS
_STLP_CALL | _M_throw_bad_cast () |
| static void _STLP_CALL | _S_initialize () |
| static void _STLP_CALL | _S_uninitialize () |
| static void | make_classic_locale () |
| static void | free_classic_locale () |
Data Fields |
basic_string< char,
char_traits< char >, allocator
< char > > | name |
Private Member Functions |
| | ~_Locale_impl () |
| void | operator= (const _Locale_impl &) |
Private Attributes |
| vector< locale::facet * > | facets_vec |
Friends |
| class | Init |
| class | locale |
| _Locale_impl *_STLP_CALL | _copy_Nameless_Locale_impl (_Locale_impl *) |
| void _STLP_CALL | _release_Locale_impl (_Locale_impl *&loc) |
Definition at line 60 of file locale_impl.h.