|
WarpX
|
#include <algorithm>#include <array>#include <cstring>#include <iterator>#include <string>#include <type_traits>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | ablastr |
| namespace | ablastr::utils |
| namespace | ablastr::utils::serialization |
Functions | |
| template<typename T> | |
| void | ablastr::utils::serialization::put_in (const T &val, std::vector< char > &vec) |
| template<typename T> | |
| void | ablastr::utils::serialization::put_in_vec (const std::vector< T > &val, std::vector< char > &vec) |
| template<typename T> | |
| T | ablastr::utils::serialization::get_out (std::vector< char >::const_iterator &it) |
| template<typename T> | |
| std::vector< T > | ablastr::utils::serialization::get_out_vec (std::vector< char >::const_iterator &it) |