#include <stdapis/stlportv5/stl/_collate.h>
template <> |
class collate_byname< wchar_t > : public collate< wchar_t > |
Public Member Functions | |
---|---|
collate_byname(const char *, size_t, _Locale_name_hint *) |
Protected Member Functions | |
---|---|
~collate_byname() | |
virtual _STLP_DECLSPEC int | do_compare(const wchar_t *, const wchar_t *, const wchar_t *, const wchar_t *) |
virtual _STLP_DECLSPEC string_type | do_transform(const wchar_t *, const wchar_t *) |
Inherited Attributes | |
---|---|
collate< wchar_t >::id |
Inherited Type Definitions | |
---|---|
collate< wchar_t >::char_type | |
collate< wchar_t >::string_type |
_STLP_DECLSPEC | collate_byname | ( | const char * | __name, |
size_t | __refs = 0, | |||
_Locale_name_hint * | __hint = 0 | |||
) | [explicit] |
_STLP_DECLSPEC | ~collate_byname | ( | ) | [protected] |
_STLP_DECLSPEC int | do_compare | ( | const wchar_t * | , |
const wchar_t * | , | |||
const wchar_t * | , | |||
const wchar_t * | ||||
) | const [protected, virtual] |
Reimplemented from collate< wchar_t >::do_compare(const wchar_t *,const wchar_t *,const wchar_t *,const wchar_t *)const
_STLP_DECLSPEC string_type | do_transform | ( | const wchar_t * | , |
const wchar_t * | ||||
) | const [protected, virtual] |
Reimplemented from collate< wchar_t >::do_transform(const wchar_t *,const wchar_t *)const