#include <_collate.h>
Inherits locale::facet.
Inherited by collate_byname< wchar_t >.
Public Types |
| typedef wchar_t | char_type |
| typedef wstring | string_type |
Public Member Functions |
| | collate (size_t __refs=0) |
| int | compare (const wchar_t *__low1, const wchar_t *__high1, const wchar_t *__low2, const wchar_t *__high2) const |
| string_type | transform (const wchar_t *__low, const wchar_t *__high) const |
| long | hash (const wchar_t *__low, const wchar_t *__high) const |
Static Public Attributes |
static _STLP_STATIC_DECLSPEC
locale::id | id = { 14 } |
Protected Member Functions |
| | ~collate () |
| virtual int | do_compare (const wchar_t *, const wchar_t *, const wchar_t *, const wchar_t *) const |
| virtual string_type | do_transform (const wchar_t *, const wchar_t *) const |
| virtual long | do_hash (const wchar_t *__low, const wchar_t *__high) const |
Private Member Functions |
| | collate (const collate< wchar_t > &) |
| collate< wchar_t > & | operator= (const collate< wchar_t > &) |
Detailed Description
Definition at line 79 of file _collate.h.
The documentation for this class was generated from the following files: