Loading...
Searching...
No Matches
fixed_handler Struct Reference
Detailed DescriptionDefinition at line 1589 of file format-inl.h. Member Function Documentation◆ on_digit()
Definition at line 1613 of file format-inl.h. References fixed_handler::buf, detail::digits::done, detail::down, detail::digits::error, fixed_handler::exp10, fixed_handler::fixed, FMT_ASSERT, detail::get_round_direction(), detail::digits::more, fixed_handler::precision, fixed_handler::size, and detail::up. ◆ on_start()
Definition at line 1596 of file format-inl.h. References fixed_handler::buf, detail::digits::done, detail::digits::error, detail::exp, fixed_handler::exp10, fixed_handler::fixed, detail::get_round_direction(), detail::digits::more, fixed_handler::precision, fixed_handler::size, detail::unknown, and detail::up. Member Data Documentation◆ buf
Definition at line 1590 of file format-inl.h. Referenced by fixed_handler::on_digit(), and fixed_handler::on_start(). ◆ exp10
Definition at line 1593 of file format-inl.h. Referenced by fixed_handler::on_digit(), and fixed_handler::on_start(). ◆ fixed
Definition at line 1594 of file format-inl.h. Referenced by fixed_handler::on_digit(), and fixed_handler::on_start(). ◆ precision
Definition at line 1592 of file format-inl.h. Referenced by fixed_handler::on_digit(), and fixed_handler::on_start(). ◆ size
Definition at line 1591 of file format-inl.h. Referenced by fixed_handler::on_digit(), and fixed_handler::on_start().
|