|
OverSim
|
#include <gmp.h>#include <stdint.h>Go to the source code of this file.
Classes | |
| class | OverlayKey |
| A common overlay key class. More... | |
| class | OverlayKeyBit |
| An auxiliary class for single bits in OverlayKey. More... | |
Functions | |
| void | omnet_random (mp_limb_t *r1p, mp_size_t r1n) |
| replacement function for mpn_random() using omnet's rng | |
| void | doPacking (cCommBuffer *b, OverlayKey &obj) |
| netPack for OverlayKey | |
| void | doUnpacking (cCommBuffer *b, OverlayKey &obj) |
| netUnpack for OverlayKey | |
Definition in file OverlayKey.h.
|
inline |
netPack for OverlayKey
| b | the buffer |
| obj | the OverlayKey to serialise |
Definition at line 576 of file OverlayKey.h.
|
inline |
netUnpack for OverlayKey
| b | the buffer |
| obj | the OverlayKey to unserialise |
Definition at line 584 of file OverlayKey.h.
|
inline |
replacement function for mpn_random() using omnet's rng
Definition at line 821 of file OverlayKey.cc.
Referenced by OverlayKey::random(), OverlayKey::randomPrefix(), and OverlayKey::randomSuffix().