CppCMS
Classes | Public Member Functions | Static Public Member Functions
booster::locale::ios_info Class Reference

This class holds an external data - beyond existing fmtflags that std::ios_base holds. More...

#include <booster/booster/locale/formatting.h>

List of all members.

Classes

class  string_set

Public Member Functions

void display_flags (uint64_t flags)
void currency_flags (uint64_t flags)
void date_flags (uint64_t flags)
void time_flags (uint64_t flags)
void datetime_flags (uint64_t flags)
void domain_id (int)
void time_zone (std::string const &)
template<typename CharType >
void date_time_pattern (std::basic_string< CharType > const &str)
uint64_t display_flags () const
uint64_t currency_flags () const
uint64_t date_flags () const
uint64_t time_flags () const
uint64_t datetime_flags () const
int domain_id () const
std::string time_zone () const
template<typename CharType >
std::basic_string< CharType > date_time_pattern () const

Static Public Member Functions

static ios_infoget (std::ios_base &ios)

Detailed Description

This class holds an external data - beyond existing fmtflags that std::ios_base holds.

You should almost never create this object directly. Instead, you should access it via ios_info::get(stream_object) static member function. It automatically creates default formatting data for that stream


Member Function Documentation

Get a flags that define how to format currency

void booster::locale::ios_info::date_flags ( uint64_t  flags)

Get a flags that define how to format date

template<typename CharType >
void booster::locale::ios_info::date_time_pattern ( std::basic_string< CharType > const &  str) [inline]

Set date/time pattern (strftime like)

template<typename CharType >
std::basic_string<CharType> booster::locale::ios_info::date_time_pattern ( ) const [inline]

Get date/time pattern (strftime like)

Set a flags that define how to format both date and time

Get a flags that define how to format both date and time

void booster::locale::ios_info::display_flags ( uint64_t  flags)

Get a flags that define a way for format data like number, spell, currency etc.

Get special message domain identification

static ios_info& booster::locale::ios_info::get ( std::ios_base &  ios) [static]
void booster::locale::ios_info::time_flags ( uint64_t  flags)

Get a flags that define how to format time

void booster::locale::ios_info::time_zone ( std::string const &  )

Set time zone for formatting dates and time

Referenced by booster::locale::as::gmt(), and booster::locale::as::local_time().

std::string booster::locale::ios_info::time_zone ( ) const

Get time zone for formatting dates and time


The documentation for this class was generated from the following file: