OPALX (Object Oriented Parallel Accelerator Library for Exascale) MINIorX
OPALX
LogEntry.h File Reference
#include <chrono>
#include <cstring>
#include <map>
#include <string>
#include <vector>
Include dependency graph for LogEntry.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ippl::LogEntry
 

Namespaces

namespace  ippl
 Implementations for FFT constructor/destructor and transforms.
 

Functions

template<typename T >
void ippl::serializeBasicType (std::vector< char > &buffer, const T &value)
 
template<typename T >
T ippl::deserializeBasicType (const std::vector< char > &buffer, size_t &offset)