time_get Members

The following tables list the members of the time_get Class. For a list of members inherited by the time_get class, see time_base Class.

Reference

Constructors

time_get

The constructor for objects of type time_get.

Typedefs

char_type

A type that is used to describe a character used by a locale.

iter_type

A type that describes an input iterator.

Member Functions

date_order

Returns the date order used by a facet.

do_date_order

A protected virtual member function that is called to return the date order used by a facet.

do_get

Reads and converts character data to a time value.

do_get_date

A protected virtual member function that is called to parse a string as the date produced by the x specifier for strftime.

do_get_monthname

A protected virtual member function that is called to parse a string as the name of the month.

do_get_time

A protected virtual member function that is called to parse a string as the date produced by the X specifier for strftime.

do_get_weekday

A protected virtual member function that is called to parse a string as the name of the day of the week.

do_get_year

A protected virtual member function that is called to parses a string as the name of the year.

get

Reads from a source of character data and converts that data to a time that is stored in a time struct.

get_date

Parses a string as the date produced by the x specifier for strftime.

get_monthname

Parses a string as the name of the month.

get_time

Parses a string as the date produced by the X specifier for strftime.

get_weekday

Parses a string as the name of the day of the week.

get_year

Parses a string as the name of the year.

See Also

Reference

time_get Class

time_base Class

Thread Safety in the Standard C++ Library