A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
mac8-address.cc File Reference
#include "mac8-address.h"
#include "ns3/address.h"
#include "ns3/log.h"
#include "ns3/simulator.h"
+ Include dependency graph for mac8-address.cc:

Go to the source code of this file.

Namespaces

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

Functions

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