ReactOS 0.4.16-dev-753-g705a985
|
#include <_numpunct.h>
Public Types | |
typedef wchar_t | char_type |
typedef wstring | string_type |
![]() | |
typedef wchar_t | char_type |
typedef wstring | string_type |
Public Member Functions | |
numpunct_byname (const char *__name, size_t __refs=0) | |
![]() | |
numpunct (size_t __refs=0) | |
wchar_t | decimal_point () const |
wchar_t | thousands_sep () const |
string | grouping () const |
wstring | truename () const |
wstring | falsename () const |
Protected Member Functions | |
~numpunct_byname () | |
virtual wchar_t | do_decimal_point () const |
virtual wchar_t | do_thousands_sep () const |
virtual string | do_grouping () const |
virtual wstring | do_truename () const |
virtual wstring | do_falsename () const |
![]() | |
~numpunct () | |
virtual wchar_t | do_decimal_point () const |
virtual wchar_t | do_thousands_sep () const |
virtual string | do_grouping () const |
virtual wstring | do_truename () const |
virtual wstring | do_falsename () const |
![]() | |
facet (size_t __init_count=0) | |
virtual | ~facet () |
![]() | |
_Refcount_Base (__stl_atomic_t __n) | |
__stl_atomic_t | _M_incr () |
__stl_atomic_t | _M_decr () |
Private Types | |
typedef numpunct_byname< wchar_t > | _Self |
Private Member Functions | |
numpunct_byname (_Locale_numeric *__numeric) | |
numpunct_byname (_Self const &) | |
_Self & | operator= (_Self const &) |
Private Attributes | |
_Locale_numeric * | _M_numeric |
Friends | |
class | _Locale_impl |
Additional Inherited Members | |
![]() | |
static _STLP_STATIC_DECLSPEC locale::id | id = { 19 } |
Definition at line 138 of file _numpunct.h.
|
private |
Definition at line 160 of file _numpunct.h.
typedef wchar_t numpunct_byname< wchar_t >::char_type |
Definition at line 141 of file _numpunct.h.
typedef wstring numpunct_byname< wchar_t >::string_type |
Definition at line 142 of file _numpunct.h.
|
explicit |
Definition at line 471 of file facets_byname.cpp.
|
protected |
Definition at line 483 of file facets_byname.cpp.
|
inlineprivate |
Definition at line 156 of file _numpunct.h.
|
private |
|
protectedvirtual |
Reimplemented from numpunct< wchar_t >.
Definition at line 486 of file facets_byname.cpp.
|
protectedvirtual |
Reimplemented from numpunct< wchar_t >.
Definition at line 504 of file facets_byname.cpp.
|
protectedvirtual |
Reimplemented from numpunct< wchar_t >.
Definition at line 492 of file facets_byname.cpp.
|
protectedvirtual |
Reimplemented from numpunct< wchar_t >.
Definition at line 489 of file facets_byname.cpp.
|
protectedvirtual |
Reimplemented from numpunct< wchar_t >.
Definition at line 499 of file facets_byname.cpp.
|
private |
|
friend |
Definition at line 139 of file _numpunct.h.
|
private |
Definition at line 164 of file _numpunct.h.