#include <iostream>
#include <sstream>
#include <set>
#include <string>
#include "ns3/test.h"
#include "ns3/core-module.h"
#include "ns3/dsr-module.h"
#include "ns3/internet-module.h"
#include "ns3/lr-wpan-mac.h"
#include "ns3/lte-module.h"
#include "ns3/mesh-module.h"
#include "ns3/mobility-module.h"
#include "ns3/network-module.h"
#include "ns3/olsr-module.h"
#include "ns3/sixlowpan-module.h"
#include "ns3/spectrum-module.h"
#include "ns3/stats-module.h"
#include "ns3/uan-module.h"
#include "ns3/wifi-phy-state-helper.h"
Go to the source code of this file.
Namespaces | |
anonymous_namespace{traced-callback-typedef-test-suite.cc} | |
Macros | |
#define | CHECK(U, T1, T2, T3, T4, T5) CreateObject< Checker<T1, T2, T3, T4, T5> > ()->Invoke<U> () |
#define | DUPE(U, T1) |
#define | TYPENAME(T) |
Variables | |
std::set< std::string > | anonymous_namespace{traced-callback-typedef-test-suite.cc}::g_dupes = Duplicates () |
Container for duplicate types. More... | |
static TracedCallbackTypedefTestSuite | tracedCallbackTypedefTestSuite |
#define CHECK | ( | U, | |
T1, | |||
T2, | |||
T3, | |||
T4, | |||
T5 | |||
) | CreateObject< Checker<T1, T2, T3, T4, T5> > ()->Invoke<U> () |
Referenced by TracedCallbackTypedefTestCase::DoRun().
#define DUPE | ( | U, | |
T1 | |||
) |
Referenced by TracedCallbackTypedefTestCase::DoRun().
#define TYPENAME | ( | T | ) |
Definition at line 133 of file traced-callback-typedef-test-suite.cc.
|
static |
Definition at line 686 of file traced-callback-typedef-test-suite.cc.