File serializable_exchange.hpp

Interface to a serializable object.

License:

License BSD-3-Clause

Author

Vincent Berenz

Copyright

Copyright (c) 2019, New York University and Max Planck Gesellschaft.

Date

2019-05-22

namespace shared_memory

All templated types in this namespaces are elementary types: int, double, float, char*, …

template<class Serializable>
class Serializable_exchange

Public Functions

Serializable_exchange(std::string segment_id, std::string object_id)
~Serializable_exchange()
void set(const Serializable &serializable)
void read(Serializable &serializable)

Private Members

std::string segment_id_
std::string object_id_
double *data_