|
OverSim
|
#include <omnetpp.h>#include "OverlayKey.h"#include "Comparator.h"#include <BinaryValue.h>#include "SHA1.h"Go to the source code of this file.
Macros | |
| #define | GMP_TYPE unsigned long int |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const OverlayKey &c) |
| void | omnet_random (mp_limb_t *r1p, mp_size_t r1n) |
| replacement function for mpn_random() using omnet's rng | |
Variables | |
| const char * | HEX = "0123456789abcdef" |
Definition in file OverlayKey.cc.
| #define GMP_TYPE unsigned long int |
Definition at line 837 of file OverlayKey.cc.
|
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().
| std::ostream& operator<< | ( | std::ostream & | os, |
| const OverlayKey & | c | ||
| ) |
Definition at line 618 of file OverlayKey.cc.
| const char* HEX = "0123456789abcdef" |
Definition at line 60 of file OverlayKey.cc.
Referenced by OverlayKey::toString().