locale Class Reference#include <_locale.h>
List of all members.
Detailed Description
Definition at line 66 of file _locale.h.
Member Typedef Documentation
Constructor & Destructor Documentation
locale::locale |
( |
const locale & |
|
) |
|
locale::locale |
( |
const char * |
|
) |
[explicit] |
Definition at line 106 of file locale.cpp.
References _get_Locale_impl(), _Locale_impl, _M_impl, _M_throw_runtime_error(), locale::id::_S_max, _STLP_TRY, _STLP_UNWIND, classic(), _Locale_impl::insert_collate_facets(), _Locale_impl::insert_ctype_facets(), _Locale_impl::insert_messages_facets(), _Locale_impl::insert_monetary_facets(), _Locale_impl::insert_numeric_facets(), and _Locale_impl::insert_time_facets().
Definition at line 173 of file locale.cpp.
References _get_Locale_impl(), _Locale_impl, _M_impl, _M_throw_runtime_error(), _STLP_TRY, _STLP_UNWIND, basic_string< _CharT, _Traits, _Alloc >::c_str(), collate, ctype, _Locale_impl::insert_collate_facets(), _Locale_impl::insert_ctype_facets(), _Locale_impl::insert_messages_facets(), _Locale_impl::insert_monetary_facets(), _Locale_impl::insert_numeric_facets(), _Locale_impl::insert_time_facets(), messages, monetary, _Locale_impl::name, numeric, and time.
Definition at line 204 of file locale.cpp.
References _get_Locale_impl(), _Locale_impl, _M_impl, basic_string< _CharT, _Traits, _Alloc >::c_str(), _Locale_impl::insert(), monetary, _Locale_impl::name, name(), numeric, and time.
Member Function Documentation
bool locale::operator== |
( |
const locale & |
|
) |
const |
bool locale::operator!= |
( |
const locale & |
|
) |
const |
bool locale::operator() |
( |
const string & |
__x, |
|
|
const string & |
__y | |
|
) |
| | const |
bool locale::operator() |
( |
const wstring & |
__x, |
|
|
const wstring & |
__y | |
|
) |
| | const |
locale _STLP_CALL locale::global |
( |
const locale & |
|
) |
[static] |
const locale &_STLP_CALL locale::classic |
( |
|
) |
[static] |
void _STLP_CALL locale::_M_throw_runtime_error |
( |
const char * |
= 0 |
) |
[static] |
Definition at line 43 of file locale.cpp.
References _STLP_ARRAY_AND_SIZE, _STLP_ARRAY_SIZE, and _STLP_THROW.
Referenced by _Init_timeinfo(), codecvt_byname< wchar_t, char, mbstate_t >::codecvt_byname(), collate_byname< wchar_t >::collate_byname(), collate_byname< char >::collate_byname(), ctype_byname< wchar_t >::ctype_byname(), ctype_byname< char >::ctype_byname(), locale(), numpunct_byname< wchar_t >::numpunct_byname(), and numpunct_byname< char >::numpunct_byname().
void locale::_M_insert |
( |
facet * |
__f, |
|
|
id & |
__id | |
|
) |
| | [protected] |
_Locale_impl* locale::_M_get_impl |
( |
|
) |
const [inline, protected] |
Friends And Related Function Documentation
Member Data Documentation
Definition at line 200 of file _locale.h.
Referenced by _M_get_facet(), _M_insert(), _M_use_facet(), global(), ios_base::imbue(), _Locale_impl::insert_collate_facets(), _Locale_impl::insert_ctype_facets(), _Locale_impl::insert_messages_facets(), _Locale_impl::insert_monetary_facets(), _Locale_impl::insert_numeric_facets(), _Locale_impl::insert_time_facets(), locale(), name(), _Locale_impl::operator!=(), operator==(), and ~locale().
The documentation for this class was generated from the following files:
- /home/ntakagi/work/STLport-5.1.5/stlport/stl/_locale.h
- /home/ntakagi/work/STLport-5.1.5/src/locale.cpp
Generated on Mon Mar 10 15:33:01 2008 by
1.5.1
|