|
ARTEMIS
|
#include <algorithm>#include <array>#include <cstring>#include <string>#include <type_traits>#include <vector>Go to the source code of this file.
Namespaces | |
| ablastr | |
| ablastr::utils | |
| 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) |