|
rapidyaml
0.13.0
parse and emit YAML, and do it fast
|
Classes | |
| struct | c4::fmt::base64_wrapper_< CharOrConstChar > |
Typedefs | |
| using | c4::fmt::const_base64_wrapper = base64_wrapper_< cbyte > |
| a tag type to mark a payload as base64-encoded More... | |
| using | c4::fmt::base64_wrapper = base64_wrapper_< byte > |
| a tag type to mark a payload to be encoded as base64 More... | |
Functions | |
| template<class ... Args> | |
| const_base64_wrapper | c4::fmt::cbase64 (Args const &...args) |
| mark a variable to be written in base64 format More... | |
| const_base64_wrapper | c4::fmt::cbase64 (csubstr s) |
| mark a csubstr to be written in base64 format More... | |
| template<class ... Args> | |
| const_base64_wrapper | c4::fmt::base64 (Args const &...args) |
| mark a variable to be written in base64 format More... | |
| const_base64_wrapper | c4::fmt::base64 (csubstr s) |
| mark a csubstr to be written in base64 format More... | |
| template<class ... Args> | |
| base64_wrapper | c4::fmt::base64 (Args &... args) |
| mark a variable to be read in base64 format More... | |
| base64_wrapper | c4::fmt::base64 (substr s) |
| mark a variable to be read in base64 format More... | |
| using c4::fmt::const_base64_wrapper = typedef base64_wrapper_<cbyte> |
a tag type to mark a payload as base64-encoded
Definition at line 78 of file base64.hpp.
| using c4::fmt::base64_wrapper = typedef base64_wrapper_<byte> |
a tag type to mark a payload to be encoded as base64
Definition at line 80 of file base64.hpp.
|
inline |
mark a variable to be written in base64 format
Definition at line 85 of file base64.hpp.
|
inline |
mark a csubstr to be written in base64 format
Definition at line 90 of file base64.hpp.
|
inline |
mark a variable to be written in base64 format
Definition at line 96 of file base64.hpp.
|
inline |
mark a csubstr to be written in base64 format
Definition at line 101 of file base64.hpp.
|
inline |
mark a variable to be read in base64 format
Definition at line 108 of file base64.hpp.
|
inline |
mark a variable to be read in base64 format
Definition at line 113 of file base64.hpp.