![]() |
fpmas 1.6
|
#include <graph.h>
Static Public Member Functions | |
static std::size_t | size (const ObjectPack &p, const model::ReachableCell &cell) |
static void | to_datapack (ObjectPack &pack, const model::ReachableCell &cell) |
static model::ReachableCell | from_datapack (const ObjectPack &pack) |
fpmas::model::ReachableCell ObjectPack serializer specialization.
Serialization Scheme |
---|
cell.reachable_cells |
|
static |
Returns the buffer size, in bytes, required to serialize a model::ReachableCell instance, i.e. p.size(cell.reachable_cells)
.
|
static |
Serializes cell
into pack
.
pack | destination ObjectPack |
cell | ReachableCell to serialize |
|
static |
Unserializes a ReachableCell from pack
.
pack | source ObjectPack |