std::time_base (3) - Linux Manuals
std::time_base: std::time_base
Command to display std::time_base
manual in Linux: $ man 3 std::time_base
NAME
std::time_base - std::time_base
Synopsis
Defined in header <locale>
class time_base;
The class std::time_base provides the date order constants which are inherited by the std::time_get facets.
Member types
Member type Definition
enum dateorder { no_order, dmy, mdy, ymd, ydm }; Unscoped enumeration type
Enumeration constant Definition
no_order Unspecified order
dmy Day, month, year (european) order
mdy Month, day, year (american) order
ymd Year, month, day
ydm Year, day, month
See also
do_date_order obtains preferred ordering of day, month, and year
(virtual protected member function of std::time_get<CharT,InputIt>)
[virtual]
do_get_date extracts month, day, and year from input stream
(virtual protected member function of std::time_get<CharT,InputIt>)
[virtual]
Pages related to std::time_base
- std::time_get (3) - std::time_get
- std::time_get<CharT,InputIt>::date_order,std::time_get<CharT,InputIt>::do_date_order (3) - std::time_get<CharT,InputIt>::date_order,std::time_get<CharT,InputIt>::do_date_order
- std::time_get<CharT,InputIt>::get,std::time_get<CharT,InputIt>::do_get (3) - std::time_get<CharT,InputIt>::get,std::time_get<CharT,InputIt>::do_get
- std::time_get<CharT,InputIt>::get_date,std::time_get<CharT,InputIt>::do_get_date (3) - std::time_get<CharT,InputIt>::get_date,std::time_get<CharT,InputIt>::do_get_date
- std::time_get<CharT,InputIt>::get_monthname, (3) - std::time_get<CharT,InputIt>::get_monthname,
- std::time_get<CharT,InputIt>::get_monthname,std::time_get<CharT,InputIt>::do_get_monthname (3) - std::time_get<CharT,InputIt>::get_monthname,std::time_get<CharT,InputIt>::do_get_monthname
- std::time_get<CharT,InputIt>::get_time,std::time_get<CharT,InputIt>::do_get_time (3) - std::time_get<CharT,InputIt>::get_time,std::time_get<CharT,InputIt>::do_get_time
- std::time_get<CharT,InputIt>::get_weekday,std::time_get<CharT,InputIt>::do_get_weekday (3) - std::time_get<CharT,InputIt>::get_weekday,std::time_get<CharT,InputIt>::do_get_weekday
- std::time_get<CharT,InputIt>::get_year,std::time_get<CharT,InputIt>::do_get_year (3) - std::time_get<CharT,InputIt>::get_year,std::time_get<CharT,InputIt>::do_get_year
- std::time_get<CharT,InputIt>::time_get (3) - std::time_get<CharT,InputIt>::time_get
- std::time_get<CharT,InputIt>::~time_get (3) - std::time_get<CharT,InputIt>::~time_get
- std::time_get_byname (3) - std::time_get_byname
- std::time_put (3) - std::time_put
- std::time_put<CharT,OutputIt>::put,std::time_put<CharT,OutputIt>::do_put (3) - std::time_put<CharT,OutputIt>::put,std::time_put<CharT,OutputIt>::do_put