locale Class Reference

#include <stdapis/stlport/stl/_locale.h>

Link against: libstdcpp.lib

class locale

Nested Classes and Structures

Public Member Type Definitions
typedefint category
Public Attributes
const categoryall
const categorycollate
const categoryctype
const categorymessages
const categorymonetary
const categorynone
const categorynumeric
const categorytime
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_CALLclassic()
locale combine(const locale &)
_STLP_DECLSPEC locale _STLP_CALLglobal(const locale &)
_STLP_DECLSPEC stringname()
_STLP_DECLSPEC booloperator!=(const locale &)
booloperator()(const basic_string< _CharT, _Traits, _Alloc > &, const basic_string< _CharT, _Traits, _Alloc > &)
_STLP_DECLSPEC const locale &operator=(const locale &)
_STLP_DECLSPEC booloperator==(const locale &)

Member Type Definition Documentation

Typedef category

typedef intcategory

Member Attribute Documentation

all

const categoryall[static]

collate

const categorycollate[static]

ctype

const categoryctype[static]

messages

const categorymessages[static]

monetary

const categorymonetary[static]

none

const categorynone[static]

numeric

const categorynumeric[static]

time

const categorytime[static]

Constructor & Destructor Documentation

locale ( )

_STLP_DECLSPEClocale()

locale ( const locale & )

_STLP_DECLSPEClocale(const locale &)

locale ( const char * )

locale(const char *)[explicit]

locale ( const locale &, const char *, category )

locale(const locale &,
const char *,
category
)

locale ( _Locale_impl * )

locale(_Locale_impl *)

locale ( _Locale_impl *, bool )

locale(_Locale_impl *,
bool
)

locale ( const locale &, _Facet * )

locale(const locale &__loc,
_Facet *__f
)[inline]

locale ( const locale &, const locale &, category )

locale(const locale &,
const locale &,
category
)

~locale ( )

_STLP_DECLSPEC~locale()

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_CALLclassic()[static]

combine ( const locale & )

locale combine(const locale &__loc)const [inline]

global ( const locale & )

_STLP_DECLSPEC locale _STLP_CALLglobal(const locale &)[static]

name ( )

_STLP_DECLSPEC stringname()const

operator!= ( const locale & )

_STLP_DECLSPEC booloperator!=(const locale &)const

operator() ( const basic_string< _CharT, _Traits, _Alloc > &, const basic_string< _CharT, _Traits, _Alloc > & )

booloperator()(const basic_string< _CharT, _Traits, _Alloc > &__x,
const basic_string< _CharT, _Traits, _Alloc > &__y
)const [inline]

operator= ( const locale & )

_STLP_DECLSPEC const locale &operator=(const locale &)

operator== ( const locale & )

_STLP_DECLSPEC booloperator==(const locale &)const