SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
tm_writer< OutputIt, Char > Class Template Reference

Public Member Functions

 tm_writer (const std::locale &loc, OutputIt out, const std::tm &tm)
 
OutputIt out () const
 
FMT_CONSTEXPR void on_text (const Char *begin, const Char *end)
 
void on_abbr_weekday ()
 
void on_full_weekday ()
 
void on_dec0_weekday (numeric_system ns)
 
void on_dec1_weekday (numeric_system ns)
 
void on_abbr_month ()
 
void on_full_month ()
 
void on_datetime (numeric_system ns)
 
void on_loc_date (numeric_system ns)
 
void on_loc_time (numeric_system ns)
 
void on_us_date ()
 
void on_iso_date ()
 
void on_utc_offset ()
 
void on_tz_name ()
 
void on_year (numeric_system ns)
 
void on_short_year (numeric_system ns)
 
void on_offset_year ()
 
void on_century (numeric_system ns)
 
void on_dec_month (numeric_system ns)
 
void on_dec0_week_of_year (numeric_system ns)
 
void on_dec1_week_of_year (numeric_system ns)
 
void on_iso_week_of_year (numeric_system ns)
 
void on_iso_week_based_year ()
 
void on_iso_week_based_short_year ()
 
void on_day_of_year ()
 
void on_day_of_month (numeric_system ns)
 
void on_day_of_month_space (numeric_system ns)
 
void on_24_hour (numeric_system ns)
 
void on_12_hour (numeric_system ns)
 
void on_minute (numeric_system ns)
 
void on_second (numeric_system ns)
 
void on_12_hour_time ()
 
void on_24_hour_time ()
 
void on_iso_time ()
 
void on_am_pm ()
 
void on_duration_value ()
 
void on_duration_unit ()