3 #ifndef CLASSDATACOMMINTERFACE_HPP_
4 #define CLASSDATACOMMINTERFACE_HPP_
44 size_t size(
const uint32_t e)
const;
68 template<
class Buffer>
69 void gather(Buffer & buff,
const uint32_t e);
88 template<
class Buffer>
89 void scatter(Buffer & buff,
const uint32_t e);
97 const Impl& getImpl()
const;
100 #include "Class_Data_Comm_Interface.tpp"
void scatter(Buffer &buff, const uint32_t e)
Base class for data communications.
void gather(Buffer &buff, const uint32_t e)
size_t size(const uint32_t e) const