collate_byname< wchar_t > Class Template Reference
#include
<stdapis/stlportv5/stl/_collate.h>
template <> |
class collate_byname< wchar_t > : public collate< wchar_t > |
Inherits from
- collate_byname< wchar_t >
Constructor & Destructor Documentation
collate_byname ( const char *, size_t, _Locale_name_hint * )
_STLP_DECLSPEC | collate_byname | ( | const char * | __name, |
| size_t | __refs = 0, |
| _Locale_name_hint * | __hint = 0 |
| ) | [explicit] |
~collate_byname ( )
_STLP_DECLSPEC | ~collate_byname | ( | ) | [protected] |
Member Function Documentation
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_transform ( const wchar_t *, const wchar_t * )
_STLP_DECLSPEC string_type | do_transform | ( | const wchar_t * | , |
| const wchar_t * | |
| ) | const [protected, virtual] |