|
jaulib v1.4.1-14-g15926ba
Jau Support Library (C++, Java, ..)
|
#include <string_cfmt.hpp>
Public Member Functions | |
| constexpr | Result (std::string_view f, FormatOpts o, size_t pos, ssize_t acount, int line, bool ok) |
| constexpr ssize_t | argumentCount () const noexcept |
| Arguments processed. | |
| constexpr int | errorLine () const noexcept |
| error line of implementation source code or zero if success (error analysis) | |
| constexpr const std::string_view & | fmt () const noexcept |
| format string_view | |
| constexpr const FormatOpts & | opts () const noexcept |
| Last argument FormatOpts (error analysis) | |
| constexpr size_t | pos () const noexcept |
| Position of next fmt character to be read (error analysis) | |
| constexpr bool | success () const noexcept |
| true if operation was successful, otherwise indicates error | |
| std::string | toString () const |
Definition at line 505 of file string_cfmt.hpp.
|
inlineconstexpr |
Definition at line 515 of file string_cfmt.hpp.
|
inlineconstexprnoexcept |
true if operation was successful, otherwise indicates error
Definition at line 519 of file string_cfmt.hpp.
|
inlineconstexprnoexcept |
Arguments processed.
Definition at line 522 of file string_cfmt.hpp.
|
inlineconstexprnoexcept |
format string_view
Definition at line 525 of file string_cfmt.hpp.
|
inlineconstexprnoexcept |
Last argument FormatOpts (error analysis)
Definition at line 528 of file string_cfmt.hpp.
|
inlineconstexprnoexcept |
Position of next fmt character to be read (error analysis)
Definition at line 530 of file string_cfmt.hpp.
|
inlineconstexprnoexcept |
error line of implementation source code or zero if success (error analysis)
Definition at line 532 of file string_cfmt.hpp.
|
inline |
Definition at line 534 of file string_cfmt.hpp.