locale Class Reference
#include
<stdapis/stlport/stl/_locale.h>
Link against: libstdcpp.lib
Nested Classes and Structures
Public Member Type Definitions |
---|
typedef | int category |
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 &) |
Member Type Definition Documentation
Member Attribute Documentation
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 * )
locale ( _Locale_impl *, bool )
locale ( const locale &, _Facet * )
locale | ( | const locale & | __loc, |
| _Facet * | __f |
| ) | [inline] |
locale ( const locale &, const locale &, category )
Member Function Documentation
_M_get_facet ( const id & )
_STLP_DECLSPEC facet * | _M_get_facet | ( | const id & | | ) | const |
_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] |
combine ( const locale & )
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 |