21 #ifndef ERP_INFORMATION_H 
   22 #define ERP_INFORMATION_H 
std::istream & operator>>(std::istream &is, Angles &a)
initialize a struct Angles from input 
 
iterator in a Buffer instance 
 
std::ostream & operator<<(std::ostream &os, const Angles &a)
print a struct Angles to output 
 
Every class exported by the ns3 library is enclosed in the ns3 namespace. 
 
uint8_t WifiInformationElementId
This type is used to represent an Information Element ID. 
 
#define ATTRIBUTE_HELPER_HEADER(type)
Declare the attribute value, accessor and checkers for class type.