![]() |
|
PhoenixSwarm
3.5.0
Library to ease communication between daemons
|
Iterate over function parameters. More...
#include <phoenix_function_call.h>
Inheritance diagram for static_for_deserialise_message< First, Last >:Public Member Functions | |
| template<typename T> | |
| void | operator() (PLog &log, bool &isOk, DataStreamIter &iter, T &mContainers) const |
| Deserialise the message in the tuple. | |
Iterate over function parameters.
Definition at line 22 of file phoenix_function_call.h.
|
inline |
Deserialise the message in the tuple.
| [out] | log | : logger |
| [out] | isOk | : true if the deserialisation is OK |
| [out] | iter | : iterator of the message |
| [out] | mContainers | : tuple to be initialised with the message |
Definition at line 30 of file phoenix_function_call.h.