A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
uan-address.h File Reference
#include "ns3/address.h"
#include <iostream>
+ Include dependency graph for uan-address.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ns3::UanAddress
 

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)
 Returns true if byte address a is unequal to byte address b. More...
 
std::ostream & ns3::operator<< (std::ostream &os, const UanAddress &address)
 Writes param address to stream os as 8 bit integer. More...
 
bool ns3::operator== (const UanAddress &a, const UanAddress &b)
 Returns true if byte address a is equal to byte address b. More...
 
std::istream & ns3::operator>> (std::istream &is, UanAddress &address)
 Inputs param address from stream is as 8 bit integer. More...