/home/ntakagi/work/STLport-5.1.5/stlport/stl/_locale.h File Reference

#include <stl/_cstdlib.h>
#include <stl/_cwchar.h>
#include <stl/_threads.h>
#include <stl/_string_fwd.h>

Go to the source code of this file.

Classes

class  locale
class  locale::facet
class  locale::id

Functions

template<class _CharT, class _Traits, class _Alloc>
bool __locale_do_operator_call (const locale &__loc, const basic_string< _CharT, _Traits, _Alloc > &__x, const basic_string< _CharT, _Traits, _Alloc > &__y)
_STLP_DECLSPEC _Locale_impl
*_STLP_CALL 
_get_Locale_impl (_Locale_impl *locimpl)
_STLP_DECLSPEC _Locale_impl
*_STLP_CALL 
_copy_Nameless_Locale_impl (_Locale_impl *locimpl)
template<class _Facet>
bool _HasFacet (const locale &__loc, const _Facet *__facet) _STLP_NOTHROW
template<class _Facet>
_Facet * _UseFacet (const locale &__loc, const _Facet *__facet)
template<class _Facet>
const _Facet & use_facet (const locale &__loc)
template<class _Facet>
bool has_facet (const locale &__loc) _STLP_NOTHROW


Function Documentation

template<class _CharT, class _Traits, class _Alloc>
bool __locale_do_operator_call ( const locale __loc,
const basic_string< _CharT, _Traits, _Alloc > &  __x,
const basic_string< _CharT, _Traits, _Alloc > &  __y 
)

_STLP_DECLSPEC _Locale_impl* _STLP_CALL _copy_Nameless_Locale_impl ( _Locale_impl locimpl  ) 

_STLP_DECLSPEC _Locale_impl* _STLP_CALL _get_Locale_impl ( _Locale_impl locimpl  ) 

Definition at line 815 of file locale_impl.cpp.

References _Refcount_Base::_M_incr(), and _STLP_ASSERT.

Referenced by locale::global(), locale::locale(), and locale::operator=().

template<class _Facet>
bool _HasFacet ( const locale __loc,
const _Facet *  __facet 
)

Definition at line 311 of file _locale.h.

References locale::_M_get_facet().

Referenced by has_facet().

template<class _Facet>
_Facet * _UseFacet ( const locale __loc,
const _Facet *  __facet 
)

Definition at line 315 of file _locale.h.

References __STATIC_CAST, and locale::_M_use_facet().

Referenced by use_facet().

template<class _Facet>
bool has_facet ( const locale __loc  )  [inline]

Definition at line 299 of file _locale.h.

References _HasFacet().

template<class _Facet>
const _Facet& use_facet ( const locale __loc  )  [inline]



Generated on Mon Mar 10 15:32:49 2008 by  doxygen 1.5.1