|
rapidyaml
0.8.0
parse and emit YAML, and do it fast
|
Classes | |
| struct | c4::fmt::raw_wrapper_< T > |
Typedefs | |
| using | c4::fmt::const_raw_wrapper = raw_wrapper_< cbyte > |
| using | c4::fmt::raw_wrapper = raw_wrapper_< byte > |
Functions | |
| const_raw_wrapper | c4::fmt::craw (cblob data, size_t alignment=alignof(max_align_t)) |
| mark a variable to be written in raw binary format, using memcpy More... | |
| const_raw_wrapper | c4::fmt::raw (cblob data, size_t alignment=alignof(max_align_t)) |
| mark a variable to be written in raw binary format, using memcpy More... | |
| template<class T > | |
| const_raw_wrapper | c4::fmt::craw (T const &data, size_t alignment=alignof(T)) |
| mark a variable to be written in raw binary format, using memcpy More... | |
| template<class T > | |
| const_raw_wrapper | c4::fmt::raw (T const &data, size_t alignment=alignof(T)) |
| mark a variable to be written in raw binary format, using memcpy More... | |
| raw_wrapper | c4::fmt::raw (blob data, size_t alignment=alignof(max_align_t)) |
| mark a variable to be read in raw binary format, using memcpy More... | |
| template<class T > | |
| raw_wrapper | c4::fmt::raw (T &data, size_t alignment=alignof(T)) |
| mark a variable to be read in raw binary format, using memcpy More... | |
| using c4::fmt::const_raw_wrapper = typedef raw_wrapper_<cbyte> |
Definition at line 415 of file format.hpp.
| using c4::fmt::raw_wrapper = typedef raw_wrapper_<byte> |
Definition at line 416 of file format.hpp.
|
inline |
mark a variable to be written in raw binary format, using memcpy
Definition at line 420 of file format.hpp.
Referenced by sample::sample_formatting().
|
inline |
mark a variable to be written in raw binary format, using memcpy
Definition at line 426 of file format.hpp.
Referenced by sample::sample_formatting().
|
inline |
mark a variable to be written in raw binary format, using memcpy
Definition at line 433 of file format.hpp.
|
inline |
mark a variable to be written in raw binary format, using memcpy
Definition at line 440 of file format.hpp.
|
inline |
mark a variable to be read in raw binary format, using memcpy
Definition at line 446 of file format.hpp.
|
inline |
mark a variable to be read in raw binary format, using memcpy
Definition at line 452 of file format.hpp.