IPPL (Independent Parallel Particle Layer)
IPPL
Loading...
Searching...
No Matches
CommunicatorLogging.hpp
Go to the documentation of this file.
1#ifndef IPPL_COMMUNICATOR_LOGGING_HPP
2#define IPPL_COMMUNICATOR_LOGGING_HPP
3
4#include <vector>
5
7
8namespace ippl {
9 namespace mpi {
10 std::vector<char> serializeLogs(const std::vector<LogEntry>& logs);
11 std::vector<LogEntry> deserializeLogs(const std::vector<char>& buffer);
12 } // namespace mpi
13} // namespace ippl
14
15#endif
Definition Archive.h:20
std::vector< LogEntry > deserializeLogs(const std::vector< char > &buffer)
std::vector< char > serializeLogs(const std::vector< LogEntry > &logs)