![]() |
Phasor 3.3.0
Stack VM based Programming Language
|
#include <vformat.hpp>
Public Attributes | |
| bool | minus = false |
| bool | plus = false |
| bool | space = false |
| bool | hash = false |
| bool | zero = false |
| bool | quote = false |
| int | width = 0 |
| int | prec = -1 |
| Length | length = Length::None |
| char | conv = '\0' |
Definition at line 27 of file vformat.hpp.
| char vformat::detail::Spec::conv = '\0' |
Definition at line 39 of file vformat.hpp.
| bool vformat::detail::Spec::hash = false |
Definition at line 31 of file vformat.hpp.
| Length vformat::detail::Spec::length = Length::None |
Definition at line 38 of file vformat.hpp.
| bool vformat::detail::Spec::minus = false |
Definition at line 28 of file vformat.hpp.
| bool vformat::detail::Spec::plus = false |
Definition at line 29 of file vformat.hpp.
| int vformat::detail::Spec::prec = -1 |
Definition at line 36 of file vformat.hpp.
| bool vformat::detail::Spec::quote = false |
Definition at line 33 of file vformat.hpp.
| bool vformat::detail::Spec::space = false |
Definition at line 30 of file vformat.hpp.
| int vformat::detail::Spec::width = 0 |
Definition at line 35 of file vformat.hpp.
| bool vformat::detail::Spec::zero = false |
Definition at line 32 of file vformat.hpp.