ReactOS 0.4.16-dev-91-g764881a
|
#include <_collate.h>
Public Types | |
typedef char | char_type |
typedef string | string_type |
Public Member Functions | |
collate (size_t __refs=0) | |
int | compare (const char *__low1, const char *__high1, const char *__low2, const char *__high2) const |
string_type | transform (const char *__low, const char *__high) const |
long | hash (const char *__low, const char *__high) const |
Static Public Attributes | |
static _STLP_STATIC_DECLSPEC locale::id | id = { 1 } |
Protected Member Functions | |
~collate () | |
virtual int | do_compare (const char *, const char *, const char *, const char *) const |
virtual string_type | do_transform (const char *, const char *) const |
virtual long | do_hash (const char *, const char *) const |
Protected Member Functions inherited from locale::facet | |
facet (size_t __init_count=0) | |
virtual | ~facet () |
Protected Member Functions inherited from _Refcount_Base | |
_Refcount_Base (__stl_atomic_t __n) | |
__stl_atomic_t | _M_incr () |
__stl_atomic_t | _M_decr () |
Private Member Functions | |
collate (const collate< char > &) | |
collate< char > & | operator= (const collate< char > &) |
Definition at line 43 of file _collate.h.
Definition at line 45 of file _collate.h.
Definition at line 46 of file _collate.h.
Definition at line 48 of file _collate.h.
|
protected |
Definition at line 26 of file collate.cpp.
|
inline |
Definition at line 50 of file _collate.h.
|
protectedvirtual |
Reimplemented in collate_byname< char >.
Definition at line 28 of file collate.cpp.
Definition at line 35 of file collate.cpp.
Reimplemented in collate_byname< char >.
Definition at line 32 of file collate.cpp.
Definition at line 59 of file _collate.h.
|
inline |
Definition at line 55 of file _collate.h.
|
static |
Definition at line 62 of file _collate.h.