#include <string_cfmt2.hpp>
|
| template<size_t N> |
| constexpr | PResult (const char(&fmt_)[N]) noexcept |
| |
| constexpr | PResult (const PResult &pre) noexcept=default |
| |
| constexpr | PResult (const std::string_view fmt_) noexcept |
| |
| constexpr ssize_t | argCount () const noexcept |
| |
| constexpr bool | error () const noexcept |
| |
| constexpr bool | hasNext () const noexcept |
| |
| constexpr PResult & | operator= (const PResult &x) noexcept=delete |
| |
| constexpr char | sym () const noexcept |
| |
| std::string | toString () const |
| |
Definition at line 146 of file string_cfmt2.hpp.
◆ PResult() [1/3]
template<size_t N>
| jau::cfmt2::PResult::PResult |
( |
const char(&) | fmt_[N] | ) |
|
|
inlineconstexprnoexcept |
◆ PResult() [2/3]
| jau::cfmt2::PResult::PResult |
( |
const std::string_view | fmt_ | ) |
|
|
inlineconstexprnoexcept |
◆ PResult() [3/3]
| jau::cfmt2::PResult::PResult |
( |
const PResult & | pre | ) |
|
|
constexprdefaultnoexcept |
◆ operator=()
◆ hasNext()
| bool jau::cfmt2::PResult::hasNext |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ argCount()
| ssize_t jau::cfmt2::PResult::argCount |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ error()
| bool jau::cfmt2::PResult::error |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ sym()
| char jau::cfmt2::PResult::sym |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ toString()
| std::string jau::cfmt2::PResult::toString |
( |
| ) |
const |
|
inline |
◆ impl::Parser
◆ fmt
| const std::string_view jau::cfmt2::PResult::fmt |
◆ pos
| const size_t jau::cfmt2::PResult::pos |
◆ arg_count
| const ssize_t jau::cfmt2::PResult::arg_count |
◆ line
| const int jau::cfmt2::PResult::line |
◆ state
| const pstate_t jau::cfmt2::PResult::state |
◆ length_mod
| const plength_t jau::cfmt2::PResult::length_mod |
◆ precision_set
| const bool jau::cfmt2::PResult::precision_set |
The documentation for this struct was generated from the following file: