OverSim
|
Go to the source code of this file.
Classes | |
class | TransportAddress |
This class implements a common transport address. More... | |
class | TransportAddress::hashFcn |
defines a hash function for TransportAddress More... |
Typedefs | |
typedef std::vector < TransportAddress > | TransportAddressVector |
Functions | |
void | doPacking (cCommBuffer *buf, TransportAddress &addr) |
netPack for TransportAddress | |
void | doUnpacking (cCommBuffer *buf, TransportAddress &addr) |
netUnpack for TransportAddress |
Definition in file TransportAddress.h.
typedef std::vector<TransportAddress> TransportAddressVector |
Definition at line 35 of file TransportAddress.h.
|
inline |
netPack for TransportAddress
buf | the buffer |
addr | the TransportAddress to serialise |
Definition at line 321 of file TransportAddress.h.
|
inline |
netUnpack for TransportAddress
buf | the buffer |
addr | the TransportAddress to unserialise |
Definition at line 339 of file TransportAddress.h.