|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <_collate.h>


Public Member Functions | |
| collate_byname (const char *__name, size_t __refs=0) | |
Public Member Functions inherited from collate< char > | |
| 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 |
Protected Member Functions | |
| ~collate_byname () | |
| virtual int | do_compare (const char *, const char *, const char *, const char *) const |
| virtual string_type | do_transform (const char *, const char *) const |
Protected Member Functions inherited from collate< char > | |
| ~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_byname (_Locale_collate *__coll) | |
| collate_byname (const collate_byname< char > &) | |
| collate_byname< char > & | operator= (const collate_byname< char > &) |
Private Attributes | |
| _Locale_collate * | _M_collate |
Friends | |
| class | _Locale_impl |
Additional Inherited Members | |
Public Types inherited from collate< char > | |
| typedef char | char_type |
| typedef string | string_type |
Static Public Attributes inherited from collate< char > | |
| static _STLP_STATIC_DECLSPEC locale::id | id = { 1 } |
Definition at line 115 of file _collate.h.
|
explicit |
Definition at line 184 of file facets_byname.cpp.
|
protected |
Definition at line 196 of file facets_byname.cpp.
|
inlineprivate |
Definition at line 128 of file _collate.h.
|
private |
|
protectedvirtual |
Reimplemented from collate< char >.
Definition at line 199 of file facets_byname.cpp.
|
protectedvirtual |
Reimplemented from collate< char >.
Definition at line 209 of file facets_byname.cpp.
|
private |
|
friend |
Definition at line 116 of file _collate.h.
|
private |
Definition at line 130 of file _collate.h.