20 #ifndef MAC16_ADDRESS_H 
   21 #define MAC16_ADDRESS_H 
   25 #include "ns3/attribute.h" 
   26 #include "ns3/attribute-helper.h" 
   56   void CopyFrom (
const uint8_t buffer[2]);
 
   62   void CopyTo (uint8_t buffer[2]) 
const;
 
friend std::istream & operator>>(std::istream &is, Mac16Address &address)
Stream extraction operator. 
 
std::istream & operator>>(std::istream &is, Angles &a)
initialize a struct Angles from input 
 
uint8_t m_address[2]
address value 
 
static Mac16Address ConvertFrom(const Address &address)
 
void CopyFrom(const uint8_t buffer[2])
 
a polymophic address class 
 
static uint8_t GetType(void)
Return the Type of address. 
 
Address ConvertTo(void) const 
 
friend bool operator<(const Mac16Address &a, const Mac16Address &b)
Less than operator. 
 
void CopyTo(uint8_t buffer[2]) const 
 
bool operator<(const int64x64_t &lhs, const int64x64_t &rhs)
Less than operator. 
 
std::ostream & operator<<(std::ostream &os, const Angles &a)
print a struct Angles to output 
 
friend bool operator!=(const Mac16Address &a, const Mac16Address &b)
Not equal to operator. 
 
friend std::ostream & operator<<(std::ostream &os, const Mac16Address &address)
Stream insertion operator. 
 
bool operator!=(Callback< R, T1, T2, T3, T4, T5, T6, T7, T8, T9 > a, Callback< R, T1, T2, T3, T4, T5, T6, T7, T8, T9 > b)
Inequality test. 
 
Every class exported by the ns3 library is enclosed in the ns3 namespace. 
 
This class can contain 16 bit addresses. 
 
friend bool operator==(const Mac16Address &a, const Mac16Address &b)
Equal to operator. 
 
bool operator==(const EventId &a, const EventId &b)
 
static bool IsMatchingType(const Address &address)
 
static Mac16Address Allocate(void)
Allocate a new Mac16Address. 
 
#define ATTRIBUTE_HELPER_HEADER(type)
Declare the attribute value, accessor and checkers for class type.