|
jaulib v1.4.1-10-ga2c96e0
Jau Support Library (C++, Java, ..)
|
#include <string_cfmt.hpp>
Public Member Functions | |
| constexpr | FResult (const FResult &pre) noexcept=default |
| constexpr | FResult (Output p, std::string_view fmt_) noexcept |
| constexpr ssize_t | argCount () const noexcept |
| constexpr bool | error () const noexcept |
| constexpr bool | hasNext () const noexcept |
| constexpr FResult & | operator= (const FResult &x) noexcept=default |
| std::string | toString () const |
Public Attributes | |
| ssize_t | arg_count |
| std::string_view | fmt |
| int | line |
| FormatOpts | opts |
| Output | out |
| size_t | pos |
| position of next fmt character to be read | |
| size_t | pos_lstart |
| start of last conversion spec | |
| pstate_t | state |
Friends | |
| class | impl::Parser< Output > |
Definition at line 1334 of file string_cfmt.hpp.
|
inlineconstexprnoexcept |
Definition at line 1345 of file string_cfmt.hpp.
|
constexprdefaultnoexcept |
|
constexprdefaultnoexcept |
|
inlineconstexprnoexcept |
Definition at line 1352 of file string_cfmt.hpp.
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inline |
|
friend |
Definition at line 1359 of file string_cfmt.hpp.
| Output jau::cfmt::FResult< Output >::out |
Definition at line 1335 of file string_cfmt.hpp.
| std::string_view jau::cfmt::FResult< Output >::fmt |
Definition at line 1336 of file string_cfmt.hpp.
| size_t jau::cfmt::FResult< Output >::pos |
position of next fmt character to be read
Definition at line 1337 of file string_cfmt.hpp.
| size_t jau::cfmt::FResult< Output >::pos_lstart |
start of last conversion spec
Definition at line 1338 of file string_cfmt.hpp.
| ssize_t jau::cfmt::FResult< Output >::arg_count |
Definition at line 1339 of file string_cfmt.hpp.
| int jau::cfmt::FResult< Output >::line |
Definition at line 1340 of file string_cfmt.hpp.
| pstate_t jau::cfmt::FResult< Output >::state |
Definition at line 1341 of file string_cfmt.hpp.
| FormatOpts jau::cfmt::FResult< Output >::opts |
Definition at line 1343 of file string_cfmt.hpp.