#include <stdint.h>
#include <string>
#include <vector>
#include <ostream>
#include "ns3/attribute-helper.h"
Go to the source code of this file.
Classes | |
class | ns3::WifiMode |
represent a single transmission mode More... | |
class | ns3::WifiModeFactory |
create WifiMode class instances and keep track of them. More... | |
struct | ns3::WifiModeFactory::WifiModeItem |
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Functions | |
bool | ns3::operator== (const WifiMode &a, const WifiMode &b) |
std::ostream & | ns3::operator<< (std::ostream &os, const WifiMode &mode) |
std::istream & | ns3::operator>> (std::istream &is, WifiMode &mode) |
ns3::ATTRIBUTE_HELPER_HEADER (WifiMode) |