collate< wchar_t > Class Template Reference
#include
<stdapis/stlportv5/stl/_collate.h>
Link against: libstdcppv5.lib
template <> |
class collate< wchar_t > : public locale::facet |
Protected Member Functions |
---|
| ~collate() |
virtual _STLP_DECLSPEC int | do_compare(const wchar_t *, const wchar_t *, const wchar_t *, const wchar_t *) |
virtual _STLP_DECLSPEC long | do_hash(const wchar_t *, const wchar_t *) |
virtual _STLP_DECLSPEC string_type | do_transform(const wchar_t *, const wchar_t *) |
Member Type Definition Documentation
Typedef char_type
Typedef string_type
typedef wstring | string_type |
Member Attribute Documentation
id
Constructor & Destructor Documentation
collate ( size_t )
collate | ( | size_t | __refs = 0 | ) | [inline, explicit] |
~collate ( )
_STLP_DECLSPEC | ~collate | ( | ) | [protected] |
Member Function Documentation
compare ( const wchar_t *, const wchar_t *, const wchar_t *, const wchar_t * )
int | compare | ( | const wchar_t * | __low1, |
| const wchar_t * | __high1, |
| const wchar_t * | __low2, |
| const wchar_t * | __high2 |
| ) | const [inline] |
do_compare ( const wchar_t *, const wchar_t *, const wchar_t *, const wchar_t * )
_STLP_DECLSPEC int | do_compare | ( | const wchar_t * | , |
| const wchar_t * | , |
| const wchar_t * | , |
| const wchar_t * | |
| ) | const [protected, virtual] |
do_hash ( const wchar_t *, const wchar_t * )
_STLP_DECLSPEC long | do_hash | ( | const wchar_t * | __low, |
| const wchar_t * | __high |
| ) | const [protected, virtual] |
do_transform ( const wchar_t *, const wchar_t * )
_STLP_DECLSPEC string_type | do_transform | ( | const wchar_t * | , |
| const wchar_t * | |
| ) | const [protected, virtual] |
hash ( const wchar_t *, const wchar_t * )
long | hash | ( | const wchar_t * | __low, |
| const wchar_t * | __high |
| ) | const [inline] |
transform ( const wchar_t *, const wchar_t * )
string_type
| transform | ( | const wchar_t * | __low, |
| const wchar_t * | __high |
| ) | const [inline] |