A facet type (mechanism) used in reading decimal floating-point types. Note that this type does not follow BDE conventions because its content is dictated by the C++ standard and native standard library implementations. See ISO/IEC TR 24733 3.10.2 for details.
Declared in <bdldfp_decimal.h>
template<
class CHARTYPE,
class INPUTITERATOR = bsl::istreambuf_iterator<CHARTYPE>>
class DecimalNumGet
: public std::locale::facet
| Name | Description |
|---|---|
std::locale::facet | Localization functionality base class. |
| Name | Description |
|---|---|
char_type | Character type used by this facet. |
iter_type | Input iterator type used by this facet. |
| Name | Description |
|---|---|
DecimalNumGet [constructor] | Constructs a DecimalNumGet object. Optionally specify starting reference count refs, which will default to 0. If refs is non-zero, the DecimalNumGet object will not be deleted when the last locale referencing it goes out of scope. |
get | get overloads |
| Name | Description |
|---|---|
object | Return the locale singleton used to read decimal values from streams. |
| Name | Description |
|---|---|
id | Locale identifier for DecimalNumGet. |
| Name |
|---|
__shim |
| Name | Description |
|---|---|
~DecimalNumGet [destructor] [virtual] | Destroy this object. Note that the destructor is virtual. |
operator= [deleted] | |
do_get | do_get overloads |
| Name |
|---|
_S_clone_c_locale |
_S_create_c_locale |
_S_destroy_c_locale |
_S_get_c_locale |
_S_get_c_name |
_S_lc_ctype_c_locale |