locale Class Reference
Nested Classes and Structures
Public Member Functions |
---|
| locale() |
| locale(const locale &) |
| locale(const char *) |
| locale(const locale &, const char *, category) |
| locale(_Locale_impl *) |
| locale(_Locale_impl *, bool) |
| locale(const locale &, _Facet *) |
| locale(const locale &, const locale &, category) |
| ~locale() |
_STLP_DECLSPEC facet * | _M_get_facet(const id &) |
_STLP_DECLSPEC void _STLP_CALL | _M_throw_runtime_error(const char *) |
_STLP_DECLSPEC facet * | _M_use_facet(const id &) |
void _STLP_CALL | _S_initialize() |
void _STLP_CALL | _S_uninitialize() |
_STLP_DECLSPEC const locale &_STLP_CALL | classic() |
locale
| combine(const locale &) |
_STLP_DECLSPEC locale _STLP_CALL | global(const locale &) |
_STLP_DECLSPEC string | name() |
_STLP_DECLSPEC bool | operator!=(const locale &) |
bool | operator()(const basic_string< _CharT, _Traits, _Alloc > &, const basic_string< _CharT, _Traits, _Alloc > &) |
_STLP_DECLSPEC const locale & | operator=(const locale &) |
_STLP_DECLSPEC bool | operator==(const locale &) |
Public Member Type Definitions |
---|
typedef | int category |
Constructor & Destructor Documentation
locale(const locale &)
_STLP_DECLSPEC | locale | ( | const locale & | | ) | |
locale(const char *)
locale | ( | const char * | | ) | [explicit] |
locale(const locale &, const char *, category)
locale(_Locale_impl *, bool)
locale(const locale &, _Facet *)
locale | ( | const locale & | __loc, |
| _Facet * | __f |
| ) | [inline] |
Parameters
const locale & __loc | |
_Facet * __f | |
locale(const locale &, const locale &, category)
Member Functions Documentation
_M_get_facet(const id &)
_STLP_DECLSPEC facet * | _M_get_facet | ( | const id & | | ) | const |
_M_insert(facet *, id &)
_STLP_DECLSPEC void | _M_insert | ( | facet * | __f, |
| id & | __id |
| ) | [private] |
_M_throw_runtime_error(const char *)
_STLP_DECLSPEC void _STLP_CALL | _M_throw_runtime_error | ( | const char * | = 0 | ) | [static] |
_M_use_facet(const id &)
_STLP_DECLSPEC facet * | _M_use_facet | ( | const id & | | ) | const |
_S_initialize()
void _STLP_CALL | _S_initialize | ( | ) | [static] |
_S_uninitialize()
void _STLP_CALL | _S_uninitialize | ( | ) | [static] |
classic()
_STLP_DECLSPEC const locale &_STLP_CALL | classic | ( | ) | [static] |
global(const locale &)
_STLP_DECLSPEC locale _STLP_CALL | global | ( | const locale & | | ) | [static] |
name()
_STLP_DECLSPEC string | name | ( | ) | const |
operator!=(const locale &)
_STLP_DECLSPEC bool | operator!= | ( | const locale & | | ) | const |
operator()(const basic_string< _CharT, _Traits, _Alloc > &, const basic_string< _CharT, _Traits, _Alloc > &)
bool | operator() | ( | const basic_string< _CharT, _Traits, _Alloc > & | __x, |
| const basic_string< _CharT, _Traits, _Alloc > & | __y |
| ) | const [inline] |
operator=(const locale &)
operator==(const locale &)
_STLP_DECLSPEC bool | operator== | ( | const locale & | | ) | const |
Member Type Definitions Documentation
Member Data Documentation
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.