![]() |
fpmas 1.5
|
#include <distributed_node.h>
Static Public Member Functions | |
| static std::size_t | size (const ObjectPack &p, const NodePtrWrapper< T > &node) |
| static void | to_datapack (ObjectPack &pack, const NodePtrWrapper< T > &node) |
| static NodePtrWrapper< T > | from_datapack (const ObjectPack &pack) |
Regular DistributedNode Serializer specialization.
| Serialization scheme | ||
|---|---|---|
| node->getId() | node->data() | node->getWeight() |
|
inlinestatic |
Returns the buffer size required to serialize node to p.
|
inlinestatic |
DistributedNode ObjectPack serialization.
| pack | destination pack |
| node | node to serialize |
|
inlinestatic |
DistributedNode ObjectPack deserialization.
| pack | source pack |