std::__moneypunct_cache(3)
NAME
std::__moneypunct_cache
SYNOPSIS
Inherits std::locale::facet. Public Member Functions __moneypunct_cache (size_t __refs=0) ~__moneypunct_cache () void M_cache (const locale &__loc) Public Attributes const char * M_grouping size_t M_grouping_size bool M_use_grouping CharT M_decimal_point CharT M_thousands_sep const CharT * M_curr_symbol size_t M_curr_symbol_size const CharT * M_positive_sign size_t M_positive_sign_size const CharT * M_negative_sign size_t M_negative_sign_size int M_frac_digits money_base::pattern M_pos_format money_base::pattern M_neg_format CharT M_atoms [money_base::S_end] bool M_allocated Static Protected Member Functions static c_locale S_get_c_locale () static const char * S_get_c_name () Friends class locale::Impl
Detailed Description
- template<typename CharT, bool Intl> struct
- std::__moneypunct_cache< CharT, Intl >
- Definition at line 3467 of file locale_facets.h.
Author
- Generated automatically by Doxygen for libstdc++-v3 Source
- from the source code.
- libstdc++-v3 Source 1 Jan 2007 std::__money