SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
|
Public Member Functions | |
FMT_CONSTEXPR | specs_setter (basic_format_specs< Char > &specs) |
FMT_CONSTEXPR | specs_setter (const specs_setter &other) |
FMT_CONSTEXPR void | on_align (align_t align) |
FMT_CONSTEXPR void | on_fill (basic_string_view< Char > fill) |
FMT_CONSTEXPR void | on_sign (sign_t s) |
FMT_CONSTEXPR void | on_hash () |
FMT_CONSTEXPR void | on_localized () |
FMT_CONSTEXPR void | on_zero () |
FMT_CONSTEXPR void | on_width (int width) |
FMT_CONSTEXPR void | on_precision (int precision) |
FMT_CONSTEXPR void | end_precision () |
FMT_CONSTEXPR void | on_type (presentation_type type) |
Protected Attributes | |
basic_format_specs< Char > & | specs_ |