libstdc++
|
#include <locale_facets.h>
Public Types | |
typedef _CharT | char_type |
typedef _InIter | iter_type |
Static Public Attributes | |
static locale::id | id |
Static Protected Member Functions | |
static __c_locale | _S_clone_c_locale (__c_locale &__cloc) throw () |
static void | _S_create_c_locale (__c_locale &__cloc, const char *__s, __c_locale __old=0) |
static void | _S_destroy_c_locale (__c_locale &__cloc) |
static __c_locale | _S_get_c_locale () |
static const char * | _S_get_c_name () throw () |
static __c_locale | _S_lc_ctype_c_locale (__c_locale __cloc, const char *__s) |
Primary class template num_get.
This facet encapsulates the code to parse and return a number from a string. It is used by the istream numeric extraction operators.
The num_get template uses protected virtual functions to provide the actual results. The public accessors forward the call to the virtual functions. These virtual functions are hooks for developers to implement the behavior they require from the num_get facet.
Definition at line 1960 of file locale_facets.h.
typedef _CharT std::num_get< _CharT, _InIter >::char_type |
Public typedefs.
Definition at line 1966 of file locale_facets.h.
typedef _InIter std::num_get< _CharT, _InIter >::iter_type |
Public typedefs.
Definition at line 1967 of file locale_facets.h.
|
inlineexplicit |
Constructor performs initialization.
This is the constructor provided by the standard.
__refs | Passed to the base facet class. |
Definition at line 1981 of file locale_facets.h.
|
inlineprotectedvirtual |
Destructor.
Definition at line 2156 of file locale_facets.h.
|
protected |
Definition at line 148 of file locale_facets.tcc.
_InIter std::num_get< _CharT, _InIter >::_M_extract_int | ( | _InIter | __beg, |
_InIter | __end, | ||
ios_base & | __io, | ||
ios_base::iostate & | __err, | ||
_ValueT & | __v | ||
) | const |
Definition at line 374 of file locale_facets.tcc.
|
inlineprotected |
Definition at line 2171 of file locale_facets.h.
|
inlineprotected |
Definition at line 2194 of file locale_facets.h.
|
inlineprotectedvirtual |
Numeric parsing.
Parses the input stream into the variable v. This function is a hook for derived classes to change the value returned.
__beg | Start of input stream. |
__end | End of input stream. |
__io | Source of locale and flags. |
__err | Error flags to set. |
__v | Value to format and insert. |
Definition at line 2226 of file locale_facets.h.
|
inlineprotectedvirtual |
Numeric parsing.
Parses the input stream into the variable v. This function is a hook for derived classes to change the value returned.
__beg | Start of input stream. |
__end | End of input stream. |
__io | Source of locale and flags. |
__err | Error flags to set. |
__v | Value to format and insert. |
Definition at line 2249 of file locale_facets.h.
|
inlineprotectedvirtual |
Numeric parsing.
Parses the input stream into the variable v. This function is a hook for derived classes to change the value returned.
__beg | Start of input stream. |
__end | End of input stream. |
__io | Source of locale and flags. |
__err | Error flags to set. |
__v | Value to format and insert. |
Definition at line 2236 of file locale_facets.h.
|
inlineprotectedvirtual |
Numeric parsing.
Parses the input stream into the variable v. This function is a hook for derived classes to change the value returned.
__beg | Start of input stream. |
__end | End of input stream. |
__io | Source of locale and flags. |
__err | Error flags to set. |
__v | Value to format and insert. |
Definition at line 2241 of file locale_facets.h.
|
inlineprotectedvirtual |
Numeric parsing.
Parses the input stream into the variable v. This function is a hook for derived classes to change the value returned.
__beg | Start of input stream. |
__end | End of input stream. |
__io | Source of locale and flags. |
__err | Error flags to set. |
__v | Value to format and insert. |
Definition at line 2254 of file locale_facets.h.
|
inlineprotectedvirtual |
Numeric parsing.
Parses the input stream into the variable v. This function is a hook for derived classes to change the value returned.
__beg | Start of input stream. |
__end | End of input stream. |
__io | Source of locale and flags. |
__err | Error flags to set. |
__v | Value to format and insert. |
Definition at line 2231 of file locale_facets.h.
|
protectedvirtual |
Numeric parsing.
Parses the input stream into the variable v. This function is a hook for derived classes to change the value returned.
__beg | Start of input stream. |
__end | End of input stream. |
__io | Source of locale and flags. |
__err | Error flags to set. |
__v | Value to format and insert. |
Definition at line 594 of file locale_facets.tcc.
References std::ios_base::boolalpha, std::ios_base::eofbit, std::ios_base::failbit, and std::ios_base::goodbit.
Referenced by std::num_get< _CharT, _InIter >::get(), std::num_get< _CharT, _InIter >::get(), std::num_get< _CharT, _InIter >::get(), std::num_get< _CharT, _InIter >::get(), std::num_get< _CharT, _InIter >::get(), std::num_get< _CharT, _InIter >::get(), std::num_get< _CharT, _InIter >::get(), std::num_get< _CharT, _InIter >::get(), std::num_get< _CharT, _InIter >::get(), std::num_get< _CharT, _InIter >::get(), and std::num_get< _CharT, _InIter >::get().
|
protectedvirtual |
Numeric parsing.
Parses the input stream into the variable v. This function is a hook for derived classes to change the value returned.
__beg | Start of input stream. |
__end | End of input stream. |
__io | Source of locale and flags. |
__err | Error flags to set. |
__v | Value to format and insert. |
Definition at line 705 of file locale_facets.tcc.
References std::ios_base::eofbit.
|
protectedvirtual |
Numeric parsing.
Parses the input stream into the variable v. This function is a hook for derived classes to change the value returned.
__beg | Start of input stream. |
__end | End of input stream. |
__io | Source of locale and flags. |
__err | Error flags to set. |
__v | Value to format and insert. |
Definition at line 690 of file locale_facets.tcc.
References std::ios_base::eofbit.
|
protectedvirtual |
Numeric parsing.
Parses the input stream into the variable v. This function is a hook for derived classes to change the value returned.
__beg | Start of input stream. |
__end | End of input stream. |
__io | Source of locale and flags. |
__err | Error flags to set. |
__v | Value to format and insert. |
Definition at line 737 of file locale_facets.tcc.
References std::ios_base::eofbit.
|
protectedvirtual |
Numeric parsing.
Parses the input stream into the variable v. This function is a hook for derived classes to change the value returned.
__beg | Start of input stream. |
__end | End of input stream. |
__io | Source of locale and flags. |
__err | Error flags to set. |
__v | Value to format and insert. |
Definition at line 752 of file locale_facets.tcc.
References std::ios_base::basefield, and std::ios_base::hex.
|
inline |
Numeric parsing.
Parses the input stream into the bool v. It does so by calling num_get::do_get().
If ios_base::boolalpha is set, attempts to read ctype<CharT>::truename() or ctype<CharT>::falsename(). Sets v to true or false if successful. Sets err to ios_base::failbit if reading the string fails. Sets err to ios_base::eofbit if the stream is emptied.
If ios_base::boolalpha is not set, proceeds as with reading a long, except if the value is 1, sets v to true, if the value is 0, sets v to false, and otherwise set err to ios_base::failbit.
__in | Start of input stream. |
__end | End of input stream. |
__io | Source of locale and flags. |
__err | Error flags to set. |
__v | Value to format and insert. |
Definition at line 2007 of file locale_facets.h.
References std::num_get< _CharT, _InIter >::do_get().
|
inline |
Numeric parsing.
Parses the input stream into the integral variable v. It does so by calling num_get::do_get().
The input characters are parsed like the scanf g specifier. The matching type length modifier is also used.
The decimal point character used is numpunct::decimal_point(). Digit grouping is interpreted according to numpunct::grouping() and numpunct::thousands_sep(). If the pattern of digit groups isn't consistent, sets err to ios_base::failbit.
If parsing the string yields a valid value for v, v is set. Otherwise, sets err to ios_base::failbit and leaves v unaltered. Sets err to ios_base::eofbit if the stream is emptied.
__in | Start of input stream. |
__end | End of input stream. |
__io | Source of locale and flags. |
__err | Error flags to set. |
__v | Value to format and insert. |
Definition at line 2112 of file locale_facets.h.
References std::num_get< _CharT, _InIter >::do_get().
|
inline |
Numeric parsing.
Parses the input stream into the integral variable v. It does so by calling num_get::do_get().
The input characters are parsed like the scanf g specifier. The matching type length modifier is also used.
The decimal point character used is numpunct::decimal_point(). Digit grouping is interpreted according to numpunct::grouping() and numpunct::thousands_sep(). If the pattern of digit groups isn't consistent, sets err to ios_base::failbit.
If parsing the string yields a valid value for v, v is set. Otherwise, sets err to ios_base::failbit and leaves v unaltered. Sets err to ios_base::eofbit if the stream is emptied.
__in | Start of input stream. |
__end | End of input stream. |
__io | Source of locale and flags. |
__err | Error flags to set. |
__v | Value to format and insert. |
Definition at line 2107 of file locale_facets.h.
References std::num_get< _CharT, _InIter >::do_get().
|
inline |
Numeric parsing.
Parses the input stream into the integral variable v. It does so by calling num_get::do_get().
Parsing is affected by the flag settings in io.
The basic parse is affected by the value of io.flags() & ios_base::basefield. If equal to ios_base::oct, parses like the scanf o specifier. Else if equal to ios_base::hex, parses like X specifier. Else if basefield equal to 0, parses like the i specifier. Otherwise, parses like d for signed and u for unsigned types. The matching type length modifier is also used.
Digit grouping is interpreted according to numpunct::grouping() and numpunct::thousands_sep(). If the pattern of digit groups isn't consistent, sets err to ios_base::failbit.
If parsing the string yields a valid value for v, v is set. Otherwise, sets err to ios_base::failbit and leaves v unaltered. Sets err to ios_base::eofbit if the stream is emptied.
__in | Start of input stream. |
__end | End of input stream. |
__io | Source of locale and flags. |
__err | Error flags to set. |
__v | Value to format and insert. |
Definition at line 2044 of file locale_facets.h.
References std::num_get< _CharT, _InIter >::do_get().
|
inline |
Numeric parsing.
Parses the input stream into the integral variable v. It does so by calling num_get::do_get().
The input characters are parsed like the scanf g specifier. The matching type length modifier is also used.
The decimal point character used is numpunct::decimal_point(). Digit grouping is interpreted according to numpunct::grouping() and numpunct::thousands_sep(). If the pattern of digit groups isn't consistent, sets err to ios_base::failbit.
If parsing the string yields a valid value for v, v is set. Otherwise, sets err to ios_base::failbit and leaves v unaltered. Sets err to ios_base::eofbit if the stream is emptied.
__in | Start of input stream. |
__end | End of input stream. |
__io | Source of locale and flags. |
__err | Error flags to set. |
__v | Value to format and insert. |
Definition at line 2117 of file locale_facets.h.
References std::num_get< _CharT, _InIter >::do_get().
|
inline |
Numeric parsing.
Parses the input stream into the integral variable v. It does so by calling num_get::do_get().
Parsing is affected by the flag settings in io.
The basic parse is affected by the value of io.flags() & ios_base::basefield. If equal to ios_base::oct, parses like the scanf o specifier. Else if equal to ios_base::hex, parses like X specifier. Else if basefield equal to 0, parses like the i specifier. Otherwise, parses like d for signed and u for unsigned types. The matching type length modifier is also used.
Digit grouping is interpreted according to numpunct::grouping() and numpunct::thousands_sep(). If the pattern of digit groups isn't consistent, sets err to ios_base::failbit.
If parsing the string yields a valid value for v, v is set. Otherwise, sets err to ios_base::failbit and leaves v unaltered. Sets err to ios_base::eofbit if the stream is emptied.
__in | Start of input stream. |
__end | End of input stream. |
__io | Source of locale and flags. |
__err | Error flags to set. |
__v | Value to format and insert. |
Definition at line 2067 of file locale_facets.h.
References std::num_get< _CharT, _InIter >::do_get().
|
inline |
Numeric parsing.
Parses the input stream into the integral variable v. It does so by calling num_get::do_get().
Parsing is affected by the flag settings in io.
The basic parse is affected by the value of io.flags() & ios_base::basefield. If equal to ios_base::oct, parses like the scanf o specifier. Else if equal to ios_base::hex, parses like X specifier. Else if basefield equal to 0, parses like the i specifier. Otherwise, parses like d for signed and u for unsigned types. The matching type length modifier is also used.
Digit grouping is interpreted according to numpunct::grouping() and numpunct::thousands_sep(). If the pattern of digit groups isn't consistent, sets err to ios_base::failbit.
If parsing the string yields a valid value for v, v is set. Otherwise, sets err to ios_base::failbit and leaves v unaltered. Sets err to ios_base::eofbit if the stream is emptied.
__in | Start of input stream. |
__end | End of input stream. |
__io | Source of locale and flags. |
__err | Error flags to set. |
__v | Value to format and insert. |
Definition at line 2054 of file locale_facets.h.
References std::num_get< _CharT, _InIter >::do_get().
|
inline |
Numeric parsing.
Parses the input stream into the integral variable v. It does so by calling num_get::do_get().
Parsing is affected by the flag settings in io.
The basic parse is affected by the value of io.flags() & ios_base::basefield. If equal to ios_base::oct, parses like the scanf o specifier. Else if equal to ios_base::hex, parses like X specifier. Else if basefield equal to 0, parses like the i specifier. Otherwise, parses like d for signed and u for unsigned types. The matching type length modifier is also used.
Digit grouping is interpreted according to numpunct::grouping() and numpunct::thousands_sep(). If the pattern of digit groups isn't consistent, sets err to ios_base::failbit.
If parsing the string yields a valid value for v, v is set. Otherwise, sets err to ios_base::failbit and leaves v unaltered. Sets err to ios_base::eofbit if the stream is emptied.
__in | Start of input stream. |
__end | End of input stream. |
__io | Source of locale and flags. |
__err | Error flags to set. |
__v | Value to format and insert. |
Definition at line 2059 of file locale_facets.h.
References std::num_get< _CharT, _InIter >::do_get().
|
inline |
Numeric parsing.
Parses the input stream into the integral variable v. It does so by calling num_get::do_get().
Parsing is affected by the flag settings in io.
The basic parse is affected by the value of io.flags() & ios_base::basefield. If equal to ios_base::oct, parses like the scanf o specifier. Else if equal to ios_base::hex, parses like X specifier. Else if basefield equal to 0, parses like the i specifier. Otherwise, parses like d for signed and u for unsigned types. The matching type length modifier is also used.
Digit grouping is interpreted according to numpunct::grouping() and numpunct::thousands_sep(). If the pattern of digit groups isn't consistent, sets err to ios_base::failbit.
If parsing the string yields a valid value for v, v is set. Otherwise, sets err to ios_base::failbit and leaves v unaltered. Sets err to ios_base::eofbit if the stream is emptied.
__in | Start of input stream. |
__end | End of input stream. |
__io | Source of locale and flags. |
__err | Error flags to set. |
__v | Value to format and insert. |
Definition at line 2072 of file locale_facets.h.
References std::num_get< _CharT, _InIter >::do_get().
|
inline |
Numeric parsing.
Parses the input stream into the integral variable v. It does so by calling num_get::do_get().
Parsing is affected by the flag settings in io.
The basic parse is affected by the value of io.flags() & ios_base::basefield. If equal to ios_base::oct, parses like the scanf o specifier. Else if equal to ios_base::hex, parses like X specifier. Else if basefield equal to 0, parses like the i specifier. Otherwise, parses like d for signed and u for unsigned types. The matching type length modifier is also used.
Digit grouping is interpreted according to numpunct::grouping() and numpunct::thousands_sep(). If the pattern of digit groups isn't consistent, sets err to ios_base::failbit.
If parsing the string yields a valid value for v, v is set. Otherwise, sets err to ios_base::failbit and leaves v unaltered. Sets err to ios_base::eofbit if the stream is emptied.
__in | Start of input stream. |
__end | End of input stream. |
__io | Source of locale and flags. |
__err | Error flags to set. |
__v | Value to format and insert. |
Definition at line 2049 of file locale_facets.h.
References std::num_get< _CharT, _InIter >::do_get().
|
inline |
Numeric parsing.
Parses the input stream into the pointer variable v. It does so by calling num_get::do_get().
The input characters are parsed like the scanf p specifier.
Digit grouping is interpreted according to numpunct::grouping() and numpunct::thousands_sep(). If the pattern of digit groups isn't consistent, sets err to ios_base::failbit.
Note that the digit grouping effect for pointers is a bit ambiguous in the standard and shouldn't be relied on. See DR 344.
If parsing the string yields a valid value for v, v is set. Otherwise, sets err to ios_base::failbit and leaves v unaltered. Sets err to ios_base::eofbit if the stream is emptied.
__in | Start of input stream. |
__end | End of input stream. |
__io | Source of locale and flags. |
__err | Error flags to set. |
__v | Value to format and insert. |
Definition at line 2150 of file locale_facets.h.
References std::num_get< _CharT, _InIter >::do_get().
|
static |
Numpunct facet id.
Definition at line 1971 of file locale_facets.h.