CppCMS
|
Functions | |
std::ios_base & | booster::locale::as::posix (std::ios_base &ios) |
std::ios_base & | booster::locale::as::number (std::ios_base &ios) |
std::ios_base & | booster::locale::as::currency (std::ios_base &ios) |
std::ios_base & | booster::locale::as::percent (std::ios_base &ios) |
std::ios_base & | booster::locale::as::date (std::ios_base &ios) |
std::ios_base & | booster::locale::as::time (std::ios_base &ios) |
std::ios_base & | booster::locale::as::datetime (std::ios_base &ios) |
std::ios_base & | booster::locale::as::strftime (std::ios_base &ios) |
std::ios_base & | booster::locale::as::spellout (std::ios_base &ios) |
std::ios_base & | booster::locale::as::ordinal (std::ios_base &ios) |
std::ios_base & | booster::locale::as::currency_default (std::ios_base &ios) |
std::ios_base & | booster::locale::as::currency_iso (std::ios_base &ios) |
std::ios_base & | booster::locale::as::currency_national (std::ios_base &ios) |
std::ios_base & | booster::locale::as::time_default (std::ios_base &ios) |
std::ios_base & | booster::locale::as::time_short (std::ios_base &ios) |
std::ios_base & | booster::locale::as::time_medium (std::ios_base &ios) |
std::ios_base & | booster::locale::as::time_long (std::ios_base &ios) |
std::ios_base & | booster::locale::as::time_full (std::ios_base &ios) |
std::ios_base & | booster::locale::as::date_default (std::ios_base &ios) |
std::ios_base & | booster::locale::as::date_short (std::ios_base &ios) |
std::ios_base & | booster::locale::as::date_medium (std::ios_base &ios) |
std::ios_base & | booster::locale::as::date_long (std::ios_base &ios) |
std::ios_base & | booster::locale::as::date_full (std::ios_base &ios) |
template<typename CharType > | |
details::add_ftime< CharType > | booster::locale::as::ftime (std::basic_string< CharType > const &format) |
template<typename CharType > | |
details::add_ftime< CharType > | booster::locale::as::ftime (CharType const *format) |
std::ios_base & | booster::locale::as::gmt (std::ios_base &ios) |
std::ios_base & | booster::locale::as::local_time (std::ios_base &ios) |
details::set_timezone | booster::locale::as::time_zone (char const *id) |
details::set_timezone | booster::locale::as::time_zone (std::string const &id) |
details::set_domain | booster::locale::as::domain (std::string const &id) |
|
inline |
Format currency, number is treated like amount of money
References booster::locale::ios_info::display_flags(), and booster::locale::ios_info::get().
|
inline |
Set default currency formatting style – national, like "$"
References booster::locale::ios_info::currency_flags(), and booster::locale::ios_info::get().
|
inline |
Set ISO currency formatting style, like "USD", (requires ICU >= 4.2)
References booster::locale::ios_info::currency_flags(), and booster::locale::ios_info::get().
|
inline |
Set national currency formatting style, like "$"
References booster::locale::ios_info::currency_flags(), and booster::locale::ios_info::get().
|
inline |
Format a date, number is treated as POSIX time
References booster::locale::ios_info::display_flags(), and booster::locale::ios_info::get().
|
inline |
set default (medium) date formatting style
References booster::locale::ios_info::date_flags(), and booster::locale::ios_info::get().
|
inline |
set full date formatting style
References booster::locale::ios_info::date_flags(), booster::locale::ios_info::date_time_pattern(), booster::locale::as::ftime(), booster::locale::ios_info::get(), booster::locale::operator>>(), and booster::locale::as::strftime().
|
inline |
set long date formatting style
References booster::locale::ios_info::date_flags(), and booster::locale::ios_info::get().
|
inline |
set medium date formatting style
References booster::locale::ios_info::date_flags(), and booster::locale::ios_info::get().
|
inline |
set short date formatting style
References booster::locale::ios_info::date_flags(), and booster::locale::ios_info::get().
|
inline |
Format a date and time, number is treated as POSIX time
References booster::locale::ios_info::display_flags(), and booster::locale::ios_info::get().
|
inline |
Manipulator for switching message domain in ostream,
Referenced by booster::locale::dnpgettext(), booster::locale::message_format< CharType >::message_format(), and booster::locale::basic_message< char_type >::str().
details::add_ftime<CharType> booster::locale::as::ftime | ( | std::basic_string< CharType > const & | format | ) |
Set strftime like formatting string
Please note, formatting flags are very similar but not exactly the same as flags for C function strftime. Differences: some flags as "%e" do not add blanks to fill text up to two spaces, not all flags supported.
Flags:
details::add_ftime<CharType> booster::locale::as::ftime | ( | CharType const * | format | ) |
|
inline |
Set GMT time zone to stream
References booster::locale::ios_info::get(), and booster::locale::ios_info::time_zone().
|
inline |
Set local time zone to stream
References booster::locale::ios_info::get(), booster::locale::time_zone::global(), and booster::locale::ios_info::time_zone().
|
inline |
Format a number. Note, unlike standard number formatting, integers would be treated like real numbers when std::fixed or std::scientific manipulators were applied
References booster::locale::ios_info::display_flags(), and booster::locale::ios_info::get().
Referenced by cppcms::json::value::swap().
|
inline |
Write an order of the number like 4th.
References booster::locale::ios_info::display_flags(), and booster::locale::ios_info::get().
|
inline |
Format percent, value 0.3 is treated as 30%.
References booster::locale::ios_info::display_flags(), and booster::locale::ios_info::get().
|
inline |
Format values with "POSIX" or "C" locale. Note, if locale was created with additional non-classic locale then These numbers may be localized
References booster::locale::ios_info::display_flags(), and booster::locale::ios_info::get().
|
inline |
Spell the number, like "one hundred and ten"
References booster::locale::ios_info::display_flags(), and booster::locale::ios_info::get().
|
inline |
Create formatted date time, Please note, this manipulator only changes formatting mode, and not format itself, so you are probably looking for ftime manipulator
References booster::locale::ios_info::display_flags(), and booster::locale::ios_info::get().
Referenced by booster::locale::as::date_full().
|
inline |
Format a time, number is treated as POSIX time
References booster::locale::ios_info::display_flags(), and booster::locale::ios_info::get().
Referenced by booster::locale::date_time::operator>>=().
|
inline |
set default (medium) time formatting style
References booster::locale::ios_info::get(), and booster::locale::ios_info::time_flags().
|
inline |
set full time formatting style
References booster::locale::ios_info::get(), and booster::locale::ios_info::time_flags().
|
inline |
set long time formatting style
References booster::locale::ios_info::get(), and booster::locale::ios_info::time_flags().
|
inline |
set medium time formatting style
References booster::locale::ios_info::get(), and booster::locale::ios_info::time_flags().
|
inline |
set short time formatting style
References booster::locale::ios_info::get(), and booster::locale::ios_info::time_flags().
|
inline |
Set time zone using id
|
inline |
Set time zone using id
Referenced by booster::locale::ios_info::date_time_pattern().