|
Gamp v0.0.7-67-g7798ac4
Gamp: Graphics, Audio, Multimedia and Processing
|
#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 437 of file string_cfmt.hpp.
|
inlineconstexpr |
Definition at line 447 of file string_cfmt.hpp.
|
inlineconstexprnoexcept |
true if operation was successful, otherwise indicates error
Definition at line 451 of file string_cfmt.hpp.
|
inlineconstexprnoexcept |
Arguments processed.
Definition at line 454 of file string_cfmt.hpp.
|
inlineconstexprnoexcept |
format string_view
Definition at line 457 of file string_cfmt.hpp.
|
inlineconstexprnoexcept |
Last argument FormatOpts (error analysis)
Definition at line 460 of file string_cfmt.hpp.
|
inlineconstexprnoexcept |
Position of next fmt character to be read (error analysis)
Definition at line 462 of file string_cfmt.hpp.
|
inlineconstexprnoexcept |
error line of implementation source code or zero if success (error analysis)
Definition at line 464 of file string_cfmt.hpp.
| std::string jau::cfmt::Result::toString | ( | ) | const |
Definition at line 1372 of file basic_types.cpp.