Hashing for the Address class. More...
Public Member Functions | |
| size_t | operator() (const Address &x) const |
| operator() | |
Hashing for the Address class.
Definition at line 515 of file qkd-app-014.h.
| x | the address of which calculate the hash |
Should this method go in address.h?
It calculates the hash taking the uint32_t hash value of the ipv4 address. It works only for InetSocketAddresses(Ipv4 version)
Definition at line 527 of file qkd-app-014.h.
References ns3::InetSocketAddress::ConvertFrom(), ns3::Create(), ns3::InetSocketAddress::IsMatchingType(), and NS_ABORT_IF.
Here is the call graph for this function: