|
rapidyaml
0.12.1
parse and emit YAML, and do it fast
|
Classes | |
| struct | c4::fmt::integral_< T > |
| format an integral type with a custom radix More... | |
| struct | c4::fmt::integral_padded_< T > |
| format an integral type with a custom radix, and pad with zeroes on the left More... | |
Functions | |
| template<class T > | |
| integral_< T > | c4::fmt::integral (T val, T radix=10) |
| format an integral type with a custom radix More... | |
| template<class T > | |
| integral_< intptr_t > | c4::fmt::integral (T const *val, T radix=10) |
| format an integral type with a custom radix More... | |
| template<class T > | |
| integral_< intptr_t > | c4::fmt::integral (std::nullptr_t, T radix=10) |
| format an integral type with a custom radix More... | |
| template<class T > | |
| integral_< intptr_t > | c4::fmt::hex (T *v) |
| format the pointer as an hexadecimal value More... | |
| template<class T > | |
| integral_< intptr_t > | c4::fmt::hex (T const *v) |
| format the pointer as an hexadecimal value More... | |
| template<class T > | |
| integral_< T > | c4::fmt::hex (T v) |
| template<class T > | |
| integral_< intptr_t > | c4::fmt::oct (T const *v) |
| format the pointer as an octal value More... | |
| template<class T > | |
| integral_< intptr_t > | c4::fmt::oct (T *v) |
| format the pointer as an octal value More... | |
| template<class T > | |
| integral_< T > | c4::fmt::oct (T v) |
| format the integral_ argument as an octal value More... | |
| template<class T > | |
| integral_< intptr_t > | c4::fmt::bin (T const *v) |
| format the pointer as a binary 0-1 value More... | |
| template<class T > | |
| integral_< intptr_t > | c4::fmt::bin (T *v) |
| format the pointer as a binary 0-1 value More... | |
| template<class T > | |
| integral_< T > | c4::fmt::bin (T v) |
| format the integral_ argument as a binary 0-1 value More... | |
Variables | |
| integral_< intptr_t > | c4::fmt::hex (std::nullptr_t) |
| format null as an hexadecimal value More... | |
| integral_< intptr_t > | c4::fmt::oct (std::nullptr_t) |
| format null as an octal value More... | |
| integral_< intptr_t > | c4::fmt::bin (std::nullptr_t) |
| format null as a binary 0-1 value More... | |
|
inline |
format an integral type with a custom radix
Definition at line 132 of file format.hpp.
|
inline |
format an integral type with a custom radix
Definition at line 138 of file format.hpp.
|
inline |
format an integral type with a custom radix
Definition at line 144 of file format.hpp.
|
inline |
format the pointer as an hexadecimal value
Definition at line 152 of file format.hpp.
|
inline |
format the pointer as an hexadecimal value
Definition at line 158 of file format.hpp.
|
inline |
Definition at line 171 of file format.hpp.
|
inline |
format the pointer as an octal value
Definition at line 178 of file format.hpp.
|
inline |
format the pointer as an octal value
Definition at line 184 of file format.hpp.
|
inline |
format the integral_ argument as an octal value
Definition at line 195 of file format.hpp.
|
inline |
format the pointer as a binary 0-1 value
Definition at line 203 of file format.hpp.
|
inline |
format the pointer as a binary 0-1 value
Definition at line 210 of file format.hpp.
|
inline |
format the integral_ argument as a binary 0-1 value
Definition at line 223 of file format.hpp.
|
inline |
format null as an hexadecimal value
format the integral_ argument as an hexadecimal value
Definition at line 164 of file format.hpp.
|
inline |
format null as an octal value
Definition at line 189 of file format.hpp.
|
inline |
format null as a binary 0-1 value
Definition at line 216 of file format.hpp.