OverSim
|
Go to the source code of this file.
Classes | |
class | NodeHandle |
This class implements a node handle. More... |
Functions | |
void | doPacking (cCommBuffer *b, NodeHandle &obj) |
netPack for NodeHandles | |
void | doUnpacking (cCommBuffer *b, NodeHandle &obj) |
netUnpack for NodeHandles |
Definition in file NodeHandle.h.
|
inline |
netPack for NodeHandles
b | the buffer |
obj | the NodeHandle to serialise |
Definition at line 243 of file NodeHandle.h.
|
inline |
netUnpack for NodeHandles
b | the buffer |
obj | the NodeHandles to unserialise |
Definition at line 251 of file NodeHandle.h.