20 #ifndef MAC64_ADDRESS_H 
   21 #define MAC64_ADDRESS_H 
   25 #include "ns3/attribute.h" 
   26 #include "ns3/attribute-helper.h" 
   57   void CopyFrom (
const uint8_t buffer[8]);
 
   63   void CopyTo (uint8_t buffer[8]) 
const;
 
ATTRIBUTE_HELPER_HEADER(ObjectFactory)
std::istream & operator>>(std::istream &is, Angles &a)
initialize a struct Angles from input 
static bool IsMatchingType(const Address &address)
bool operator<(const Room &a, const Room &b)
friend bool operator!=(const Mac64Address &a, const Mac64Address &b)
a polymophic address class 
void CopyTo(uint8_t buffer[8]) const 
friend std::istream & operator>>(std::istream &is, Mac64Address &address)
void CopyFrom(const uint8_t buffer[8])
std::ostream & operator<<(std::ostream &os, const Angles &a)
print a struct Angles to output 
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. 
Address ConvertTo(void) const 
static Mac64Address ConvertFrom(const Address &address)
static uint8_t GetType(void)
bool operator==(const EventId &a, const EventId &b)
friend bool operator<(const Mac64Address &a, const Mac64Address &b)
static Mac64Address Allocate(void)
Allocate a new Mac64Address. 
friend bool operator==(const Mac64Address &a, const Mac64Address &b)
Macro to make help make class an ns-3 attribute.