[#BloombergLP-bdldfp-DecimalNumGet] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::DecimalNumGet :relfileprefix: ../../ :mrdocs: 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. == Synopsis Declared in `<bdldfp_decimal.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class CHARTYPE, class INPUTITERATOR = bsl::istreambuf_iterator<CHARTYPE>> class DecimalNumGet : public std::locale::facet ---- == Base Classes [cols="1,4"] |=== | Name| Description | `std::locale::facet` | Localization functionality base class. |=== == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdldfp/DecimalNumGet/char_type.adoc[`char_type`] | Character type used by this facet. | xref:BloombergLP/bdldfp/DecimalNumGet/iter_type.adoc[`iter_type`] | Input iterator type used by this facet. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdldfp/DecimalNumGet/2constructor.adoc[`DecimalNumGet`] [.small]#[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. | xref:BloombergLP/bdldfp/DecimalNumGet/get-0a1.adoc[`get`] | `get` overloads |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdldfp/DecimalNumGet/object.adoc[`object`] | Return the locale singleton used to read decimal values from streams. |=== == Static Data Members [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdldfp/DecimalNumGet/id.adoc[`id`] | Locale identifier for `DecimalNumGet`. |=== == Protected Types [cols="1"] |=== | Name | xref:BloombergLP/bdldfp/DecimalNumGet/__shim.adoc[`__shim`] |=== == Protected Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdldfp/DecimalNumGet/2destructor.adoc[`~DecimalNumGet`] [.small]#[destructor]# [.small]#[virtual]# | Destroy this object. Note that the destructor is virtual. | xref:BloombergLP/bdldfp/DecimalNumGet/operator_assign.adoc[`operator=`] [.small]#[deleted]# | | xref:BloombergLP/bdldfp/DecimalNumGet/do_get-01.adoc[`do_get`] | `do_get` overloads |=== == Protected Static Member Functions [cols="1"] |=== | Name | xref:BloombergLP/bdldfp/DecimalNumGet/_S_clone_c_locale.adoc[`_S_clone_c_locale`] | xref:BloombergLP/bdldfp/DecimalNumGet/_S_create_c_locale.adoc[`_S_create_c_locale`] | xref:BloombergLP/bdldfp/DecimalNumGet/_S_destroy_c_locale.adoc[`_S_destroy_c_locale`] | xref:BloombergLP/bdldfp/DecimalNumGet/_S_get_c_locale.adoc[`_S_get_c_locale`] | xref:BloombergLP/bdldfp/DecimalNumGet/_S_get_c_name.adoc[`_S_get_c_name`] | xref:BloombergLP/bdldfp/DecimalNumGet/_S_lc_ctype_c_locale.adoc[`_S_lc_ctype_c_locale`] |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#