Definition at line 11 of file Support.hpp.
Public Member Functions | |
Support (const size_t &referencePoint, const openfpm::vector_std< size_t > &keys) | |
Support (const size_t &referencePoint, const std::vector< size_t > &keys) | |
Support (const Support &other) | |
size_t | size () |
const size_t | getReferencePointKey () const |
const openfpm::vector_std< size_t > & | getKeys () const |
openfpm::vector_std< size_t > & | getKeys () |
template<int ... prp> | |
void | packRequest (size_t &req) const |
template<int ... prp> | |
void | pack (ExtPreAlloc< HeapMemory > &mem, Pack_stat &sts) const |
template<unsigned int ... prp, typename MemType > | |
void | unpack (ExtPreAlloc< MemType > &mem, Unpack_stat &ps) |
Static Public Member Functions | |
static bool | pack () |
static bool | packRequest () |
Private Attributes | |
size_t | referencePointKey |
openfpm::vector_std< size_t > | keys |
|
inline |
Definition at line 25 of file Support.hpp.
|
inline |
Definition at line 27 of file Support.hpp.
|
inline |
Definition at line 32 of file Support.hpp.
|
inline |
Definition at line 37 of file Support.hpp.
|
inline |
Definition at line 57 of file Support.hpp.
|
inline |
Definition at line 52 of file Support.hpp.
|
inline |
Definition at line 47 of file Support.hpp.
|
inlinestatic |
Definition at line 62 of file Support.hpp.
|
inline |
Definition at line 78 of file Support.hpp.
|
inlinestatic |
Definition at line 67 of file Support.hpp.
|
inline |
Definition at line 72 of file Support.hpp.
|
inline |
Definition at line 42 of file Support.hpp.
|
inline |
Definition at line 84 of file Support.hpp.
|
private |
Definition at line 21 of file Support.hpp.
|
private |
Definition at line 20 of file Support.hpp.