![]() |
fpmas 1.5
|
#include <datapack_serializer.h>
Static Public Member Functions | |
| static std::size_t | size (const PackType &, const WeakAgentPtr &) |
| static void | to_datapack (PackType &, const WeakAgentPtr &ptr) |
| static WeakAgentPtr | from_datapack (const PackType &p) |
AgentPtrSerializer recursion base case.
|
static |
size recursion base case.
Reaching this case is erroneous and throws an exceptions::BadTypeException instance.
| exceptions::BadTypeException |
|
static |
to_datapack recursion base case.
Reaching this case is erroneous and throws an exceptions::BadTypeException instance.
| exceptions::BadTypeException |
|
static |
from_datapack recursion base case.
Reaching this case is erroneous and throws an exceptions::BadIdException instance.
| exceptions::BadIdException |