|
jaulib v1.4.1-14-g15926ba
Jau Support Library (C++, Java, ..)
|
#include <string_cfmt.hpp>
Public Types | |
| typedef FResult< Output > | Result |
Public Member Functions | |
| constexpr | Parser () noexcept=default |
| template<typename T> requires std::is_integral_v<T> | |
| constexpr void | checkOne (Result &pc) const noexcept |
| template<typename T> requires std::is_floating_point_v<T> | |
| constexpr void | checkOne (Result &pc) const noexcept |
| template<typename T> requires jau::req::pointer<T> | |
| constexpr void | checkOne (Result &pc) const noexcept |
| template<typename T> requires jau::req::string_literal<T> || jau::req::string_class<T> | |
| constexpr void | checkOne (Result &pc) const noexcept |
| template<typename T> requires (!(std::is_integral_v<T> || std::is_floating_point_v<T> || jau::req::pointer<T> || jau::req::string_alike<T>)) | |
| constexpr void | checkOne (Result &pc) const noexcept |
| template<typename T> requires std::is_integral_v<T> | |
| constexpr void | parseOne (Result &pc, const T &val) const noexcept |
| template<typename T> requires std::is_floating_point_v<T> | |
| constexpr void | parseOne (Result &pc, const T &val) const noexcept |
| template<typename T> requires jau::req::pointer<T> | |
| constexpr void | parseOne (Result &pc, const T &val) const noexcept |
| template<typename T> requires jau::req::string_literal<T> || jau::req::string_class<T> | |
| constexpr void | parseOne (Result &pc, const T &val) const noexcept |
| template<typename T> requires (!(std::is_integral_v<T> || std::is_floating_point_v<T> || jau::req::pointer<T> || jau::req::string_alike<T>)) | |
| constexpr void | parseOne (Result &pc, const T &val) const noexcept |
Definition at line 960 of file string_cfmt.hpp.
| typedef FResult<Output> jau::cfmt::impl::Parser< Output >::Result |
Definition at line 962 of file string_cfmt.hpp.
|
constexprdefaultnoexcept |
|
inlineconstexprnoexcept |
Definition at line 967 of file string_cfmt.hpp.
|
inlineconstexprnoexcept |
Definition at line 977 of file string_cfmt.hpp.
|
inlineconstexprnoexcept |
Definition at line 986 of file string_cfmt.hpp.
|
inlineconstexprnoexcept |
Definition at line 996 of file string_cfmt.hpp.
|
inlineconstexprnoexcept |
Definition at line 1005 of file string_cfmt.hpp.
|
inlineconstexprnoexcept |
Definition at line 1014 of file string_cfmt.hpp.
|
inlineconstexprnoexcept |
Definition at line 1024 of file string_cfmt.hpp.
|
inlineconstexprnoexcept |
Definition at line 1033 of file string_cfmt.hpp.
|
inlineconstexprnoexcept |
Definition at line 1043 of file string_cfmt.hpp.
|
inlineconstexprnoexcept |
Definition at line 1052 of file string_cfmt.hpp.