#include <time_point_units.hpp>
Public Types | |
typedef CharT | char_type |
Type of character the facet is instantiated on. More... | |
typedef std::basic_string < char_type > | string_type |
Type of character string returned by member functions. More... | |
Public Member Functions | |
time_point_units_default (size_t refs=0) | |
~time_point_units_default () | |
string_type | get_pattern () const |
template<typename Clock > | |
string_type | get_epoch () const |
Static Public Attributes | |
static std::locale::id | id |
Unique identifier for this type of facet. More... | |
Protected Member Functions | |
string_type | do_get_epoch (system_clock) const |
string_type | do_get_epoch (steady_clock) const |
typedef CharT boost::chrono::time_point_units_default< CharT >::char_type |
Type of character the facet is instantiated on.
typedef std::basic_string<char_type> boost::chrono::time_point_units_default< CharT >::string_type |
Type of character string returned by member functions.
|
inlineexplicit |
|
inline |
|
inlineprotectedvirtual |
c | a dummy instance of system_clock . |
clock_string<system_clock,CharT>::since()
. Implements boost::chrono::time_point_units< CharT >.
|
inlineprotectedvirtual |
c | a dummy instance of steady_clock . |
clock_string<steady_clock,CharT>::since()
. Implements boost::chrono::time_point_units< CharT >.
|
inlineinherited |
Clock
calling do_get_epoch(Clock())
References boost::chrono::time_point_units< CharT >::do_get_epoch().
|
inlinevirtual |
Implements boost::chrono::time_point_units< CharT >.
References boost::flyweights::t.
Referenced by boost::chrono::time_point_put< CharT, OutputIterator >::put().
|
staticinherited |
Unique identifier for this type of facet.