![]() |
Phasor 3.3.0
Stack VM based Programming Language
|
Classes | |
| struct | Spec |
Enumerations | |
| enum class | Length { None , hh , h , l , ll , L , z , t , j } |
Functions | |
| static const char * | parse (const char *f, Spec &s, va_list &ap) |
| static std::string | build_fmt (const Spec &s, const char *len_override, char conv) |
| template<typename Fill> | |
| static std::string | snprintf_into (int hint, Fill fill) |
| static int | hint (const Spec &s) |
| static std::string | fmt_signed (const Spec &s, va_list &ap) |
| static std::string | fmt_unsigned (const Spec &s, va_list &ap) |
| static std::string | fmt_float (const Spec &s, va_list &ap) |
| static std::string | fmt_char (const Spec &s, va_list &ap) |
| static std::string | fmt_string (const Spec &s, va_list &ap) |
| static std::string | fmt_pointer (const Spec &s, va_list &ap) |
| static std::string | do_vformat (const char *fmt, va_list ap_in) |
|
strong |
| Enumerator | |
|---|---|
| None | |
| hh | |
| h | |
| l | |
| ll | |
| L | |
| z | |
| t | |
| j | |
Definition at line 25 of file vformat.hpp.
|
static |
|
static |
Definition at line 299 of file vformat.hpp.
|
static |
|
static |
Definition at line 241 of file vformat.hpp.
|
static |
Definition at line 287 of file vformat.hpp.
|
static |
Definition at line 171 of file vformat.hpp.
|
static |
|
static |
Definition at line 206 of file vformat.hpp.
|
static |
|
static |
|
static |
Definition at line 154 of file vformat.hpp.