ReactOS 0.4.16-dev-457-g087979e
|
#include <_numpunct.h>
Public Types | |
typedef char | char_type |
typedef string | string_type |
Public Types inherited from numpunct< char > | |
typedef char | char_type |
typedef string | string_type |
Public Member Functions | |
numpunct_byname (const char *__name, size_t __refs=0) | |
Public Member Functions inherited from numpunct< char > | |
numpunct (size_t __refs=0) | |
char | decimal_point () const |
char | thousands_sep () const |
string | grouping () const |
string | truename () const |
string | falsename () const |
Protected Member Functions | |
~numpunct_byname () | |
virtual char | do_decimal_point () const |
virtual char | do_thousands_sep () const |
virtual string | do_grouping () const |
virtual string | do_truename () const |
virtual string | do_falsename () const |
Protected Member Functions inherited from numpunct< char > | |
~numpunct () | |
virtual char | do_decimal_point () const |
virtual char | do_thousands_sep () const |
virtual string | do_grouping () const |
virtual string | do_truename () const |
virtual string | do_falsename () 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 Types | |
typedef numpunct_byname< char > | _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 Public Attributes inherited from numpunct< char > | |
static _STLP_STATIC_DECLSPEC locale::id | id = { 6 } |
Definition at line 106 of file _numpunct.h.
|
private |
Definition at line 129 of file _numpunct.h.
typedef char numpunct_byname< char >::char_type |
Definition at line 109 of file _numpunct.h.
typedef string numpunct_byname< char >::string_type |
Definition at line 110 of file _numpunct.h.
|
explicit |
Definition at line 430 of file facets_byname.cpp.
|
protected |
Definition at line 442 of file facets_byname.cpp.
|
inlineprivate |
Definition at line 125 of file _numpunct.h.
|
private |
|
protectedvirtual |
Reimplemented from numpunct< char >.
Definition at line 445 of file facets_byname.cpp.
|
protectedvirtual |
|
protectedvirtual |
Reimplemented from numpunct< char >.
Definition at line 451 of file facets_byname.cpp.
|
protectedvirtual |
Reimplemented from numpunct< char >.
Definition at line 448 of file facets_byname.cpp.
|
protectedvirtual |
|
private |
|
friend |
Definition at line 107 of file _numpunct.h.
|
private |
Definition at line 133 of file _numpunct.h.