#include <omnetpp.h>
Go to the source code of this file.
Classes | |
class | BinaryValue |
Functions | |
void | doPacking (cCommBuffer *b, BinaryValue &obj) |
void | doUnpacking (cCommBuffer *b, BinaryValue &obj) |
Definition in file BinaryValue.h.
void doPacking | ( | cCommBuffer * | b, | |
BinaryValue & | obj | |||
) | [inline] |
Definition at line 51 of file BinaryValue.h.
Referenced by doPacking(), Vector2D::netPack(), OverlayKey::netPack(), NodeHandle::netPack(), and BinaryValue::netPack().
00051 {obj.netPack(b);}
void doUnpacking | ( | cCommBuffer * | b, | |
BinaryValue & | obj | |||
) | [inline] |
Definition at line 52 of file BinaryValue.h.
Referenced by doUnpacking(), Vector2D::netUnpack(), OverlayKey::netUnpack(), NodeHandle::netUnpack(), and BinaryValue::netUnpack().
00052 {obj.netUnpack(b);}