Loading...
Searching...
No Matches
fixed_handler Struct Reference
Detailed DescriptionDefinition at line 866 of file format-inl.h. Member Function Documentation◆ on_digit()
Definition at line 890 of file format-inl.h. References fixed_handler::buf, internal::digits::done, internal::down, internal::digits::error, FMT_ASSERT, internal::get_round_direction(), internal::digits::more, fixed_handler::precision, fixed_handler::size, and internal::up. ◆ on_start()
Definition at line 873 of file format-inl.h. References fixed_handler::buf, internal::digits::done, internal::digits::error, internal::exp, fixed_handler::exp10, fixed_handler::fixed, internal::get_round_direction(), internal::digits::more, fixed_handler::precision, fixed_handler::size, internal::unknown, and internal::up. Member Data Documentation◆ buf
Definition at line 867 of file format-inl.h. Referenced by fixed_handler::on_digit(), and fixed_handler::on_start(). ◆ exp10
Definition at line 870 of file format-inl.h. Referenced by fixed_handler::on_start(). ◆ fixed
Definition at line 871 of file format-inl.h. Referenced by fixed_handler::on_start(). ◆ precision
Definition at line 869 of file format-inl.h. Referenced by fixed_handler::on_digit(), and fixed_handler::on_start(). ◆ size
Definition at line 868 of file format-inl.h. Referenced by fixed_handler::on_digit(), and fixed_handler::on_start().
|