#include <ios_base_state.hpp>
Public Types | |
enum | type { uses_symbol = 1 << 0, uses_local = 1 << 1 } |
Public Member Functions | |
fmt_masks (std::ios_base &ios) | |
duration_style | get_duration_style () |
void | set_duration_style (duration_style style) |
timezone | get_timezone () |
void | set_timezone (timezone tz) |
long | flags () const BOOST_NOEXCEPT |
The format control information. More... | |
long | flags (long v) BOOST_NOEXCEPT |
long | setf (long v) |
long | setf (long v, long mask) |
void | unsetf (long mask) |
operator std::ios_base & () BOOST_NOEXCEPT | |
implicit conversion to the ios_base More... | |
operator std::ios_base const & () const BOOST_NOEXCEPT | |
implicit conversion to the ios_base const More... | |
|
inline |
|
inlineinherited |
The format control information.
Referenced by get_duration_style(), and get_timezone().
|
inlineinherited |
References boost::chrono::ios_flags< Final >::flags().
|
inline |
References boost::chrono::ios_flags< fmt_masks >::flags(), boost::spirit::x3::unicode::symbol, and uses_symbol.
Referenced by boost::chrono::get_duration_style().
|
inline |
References boost::chrono::ios_flags< fmt_masks >::flags(), boost::detail::parallel::local(), and uses_local.
Referenced by boost::chrono::get_timezone().
|
inlineinherited |
implicit conversion to the ios_base
|
inlineinherited |
implicit conversion to the ios_base
const
|
inline |
|
inline |
|
inlineinherited |
Referenced by set_duration_style(), and set_timezone().
|
inlineinherited |
v | |
mask | : Clears mask in flags() , sets v & mask in flags() . : The previous value of flags(). |
References boost::chrono::ios_flags< Final >::unsetf().
|
inlineinherited |
mask | the bit mask to clear. : Clears mask in flags() . |
Referenced by set_duration_style(), and set_timezone().