template <> |
class collate< wchar_t > : public locale::facet |
Public Member Functions | |
---|---|
collate(size_t) | |
int | compare(const wchar_t *, const wchar_t *, const wchar_t *, const wchar_t *) |
long | hash(const wchar_t *, const wchar_t *) |
string_type | transform(const wchar_t *, const wchar_t *) |
Protected Member Functions | |
---|---|
~collate() | |
_STLP_DECLSPEC int | do_compare(const wchar_t *, const wchar_t *, const wchar_t *, const wchar_t *) |
_STLP_DECLSPEC long | do_hash(const wchar_t *, const wchar_t *) |
_STLP_DECLSPEC string_type | do_transform(const wchar_t *, const wchar_t *) |
Private Member Functions | |
---|---|
collate(const collate< wchar_t > &) | |
collate< wchar_t > & | operator=(const collate< wchar_t > &) |
Inherited Functions | |
---|---|
_Refcount_Base::_M_decr() | |
_Refcount_Base::_M_incr() | |
_Refcount_Base::_Refcount_Base(__stl_atomic_t) | |
locale::facet::facet(size_t) | |
locale::facet::~facet() |
Public Member Type Definitions | |
---|---|
typedef | wchar_t char_type |
typedef | wstring string_type |
Public Attributes | |
---|---|
_STLP_STATIC_MEMBER_DECLSPEC locale::id | id |
collate | ( | const collate< wchar_t > & | ) | [private] |
const collate< wchar_t > & |
int | compare | ( | const wchar_t * | __low1, |
const wchar_t * | __high1, | |||
const wchar_t * | __low2, | |||
const wchar_t * | __high2 | |||
) | const [inline] |
const wchar_t * __low1 | |
const wchar_t * __high1 | |
const wchar_t * __low2 | |
const wchar_t * __high2 |
_STLP_DECLSPEC int | do_compare | ( | const wchar_t * | , |
const wchar_t * | , | |||
const wchar_t * | , | |||
const wchar_t * | ||||
) | const [protected, virtual] |
const wchar_t * | |
const wchar_t * | |
const wchar_t * | |
const wchar_t * |
_STLP_DECLSPEC long | do_hash | ( | const wchar_t * | __low, |
const wchar_t * | __high | |||
) | const [protected, virtual] |
const wchar_t * __low | |
const wchar_t * __high |
_STLP_DECLSPEC string_type | do_transform | ( | const wchar_t * | , |
const wchar_t * | ||||
) | const [protected, virtual] |
const wchar_t * | |
const wchar_t * |
long | hash | ( | const wchar_t * | __low, |
const wchar_t * | __high | |||
) | const [inline] |
const wchar_t * __low | |
const wchar_t * __high |
collate< wchar_t > & | operator= | ( | const collate< wchar_t > & | ) | [private] |
const collate< wchar_t > & |
string_type | transform | ( | const wchar_t * | __low, |
const wchar_t * | __high | |||
) | const [inline] |
const wchar_t * __low | |
const wchar_t * __high |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.