|
jaulib v1.4.1-14-g15926ba
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 | operator Result () 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 |
| size_t | pos |
| position of next fmt character to be read | |
| pstate_t | state |
Friends | |
| class | impl::Parser< Output > |
Definition at line 752 of file string_cfmt.hpp.
|
inlineconstexprnoexcept |
Definition at line 769 of file string_cfmt.hpp.
|
constexprdefaultnoexcept |
|
constexprdefaultnoexcept |
|
inlineconstexprnoexcept |
Definition at line 781 of file string_cfmt.hpp.
|
inlineconstexprnoexcept |
Definition at line 785 of file string_cfmt.hpp.
|
inlineconstexprnoexcept |
Definition at line 789 of file string_cfmt.hpp.
|
inlineconstexprnoexcept |
|
inline |
Definition at line 792 of file string_cfmt.hpp.
|
friend |
Definition at line 792 of file string_cfmt.hpp.
| std::string_view jau::cfmt::impl::FResult< Output >::fmt |
Definition at line 754 of file string_cfmt.hpp.
| size_t jau::cfmt::impl::FResult< Output >::pos |
position of next fmt character to be read
Definition at line 755 of file string_cfmt.hpp.
| ssize_t jau::cfmt::impl::FResult< Output >::arg_count |
Definition at line 756 of file string_cfmt.hpp.
| int jau::cfmt::impl::FResult< Output >::line |
Definition at line 757 of file string_cfmt.hpp.
| FormatOpts jau::cfmt::impl::FResult< Output >::opts |
Definition at line 758 of file string_cfmt.hpp.
| pstate_t jau::cfmt::impl::FResult< Output >::state |
Definition at line 759 of file string_cfmt.hpp.