A Discrete-Event Network Simulator
API
uan-address.cc File Reference
#include "uan-address.h"
#include "ns3/address.h"
+ Include dependency graph for uan-address.cc:

Go to the source code of this file.

Namespaces

 ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 

Functions

bool ns3::operator!= (const UanAddress &a, const UanAddress &b)
 Address comparison, unequal. More...
 
bool ns3::operator< (const UanAddress &a, const UanAddress &b)
 Address comparison, less than. More...
 
std::ostream & ns3::operator<< (std::ostream &os, const UanAddress &address)
 Write address to stream os as 8 bit integer. More...
 
bool ns3::operator== (const UanAddress &a, const UanAddress &b)
 Address comparison, equalit. More...
 
std::istream & ns3::operator>> (std::istream &is, UanAddress &address)
 Read address from stream is as 8 bit integer. More...