locale Class Reference
#include
<stdapis/stlportv5/stl/_locale.h>
Nested Classes and Structures
Public Member Type Definitions |
---|
typedef | int category |
Protected Attributes |
---|
_Locale_impl * | _M_impl |
Member Type Definition Documentation
Typedef category
Member Attribute Documentation
_M_impl
_Locale_impl * | _M_impl | [protected] |
all
collate
ctype
messages
monetary
none
numeric
time
Constructor & Destructor Documentation
locale ( )
locale ( const locale & )
_STLP_DECLSPEC | locale | ( | const locale & | | ) | |
locale ( const char * )
_STLP_DECLSPEC | locale | ( | const char * | | ) | [explicit] |
locale ( const locale &, const char *, category )
locale ( _Locale_impl * )
locale | ( | _Locale_impl * | | ) | [protected] |
locale ( const locale &, const locale &, category )
~locale ( )
Member Function Documentation
_M_get_facet ( const id & )
_STLP_DECLSPEC facet * | _M_get_facet | ( | const id & | | ) | const |
_M_get_impl ( )
_Locale_impl * | _M_get_impl | ( | ) | const [protected, inline] |
_M_insert ( facet *, id & )
_STLP_DECLSPEC void | _M_insert | ( | facet * | __f, |
| id & | __id |
| ) | [protected] |
_M_throw_runtime_error ( const char * )
_STLP_DECLSPEC void _STLP_FUNCTION_THROWS | _M_throw_runtime_error | ( | const char * | = 0 | ) | [static] |
_M_use_facet ( const id & )
_STLP_DECLSPEC facet * | _M_use_facet | ( | const id & | | ) | const |
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 string &, const string & )
_STLP_DECLSPEC bool | operator() | ( | const string & | __x, |
| const string & | __y |
| ) | const |
operator() ( const wstring &, const wstring & )
_STLP_DECLSPEC bool | operator() | ( | const wstring & | __x, |
| const wstring & | __y |
| ) | const |
operator= ( const locale & )
operator== ( const locale & )
_STLP_DECLSPEC bool | operator== | ( | const locale & | | ) | const |