This documentation is not the Latest Release.
A Discrete-Event Network Simulator
API
type-id-test-suite.cc File Reference
#include <iostream>
#include <iomanip>
#include <ctime>
#include "ns3/type-id.h"
#include "ns3/test.h"
#include "ns3/log.h"
+ Include dependency graph for type-id-test-suite.cc:

Go to the source code of this file.

Classes

class  CollisionTestCase
 
class  LookupTimeTestCase
 
class  TypeIdPerformanceSuite
 
class  TypeIdTestSuite
 
class  UniqueTypeIdTestCase
 

Functions

const std::string suite ("type-id: ")
 

Variables

static TypeIdPerformanceSuite g_TypeIdPerformanceSuite
 
static TypeIdTestSuite g_TypeIdTestSuite
 

Function Documentation

const std::string suite ( "type-id: "  )

Referenced by UniqueTypeIdTestCase::DoRun(), CollisionTestCase::DoRun(), LookupTimeTestCase::DoRun(), LookupTimeTestCase::DoSetup(), and LookupTimeTestCase::Report().

+ Here is the caller graph for this function:

Variable Documentation

TypeIdPerformanceSuite g_TypeIdPerformanceSuite
static

Definition at line 318 of file type-id-test-suite.cc.

TypeIdTestSuite g_TypeIdTestSuite
static

Definition at line 303 of file type-id-test-suite.cc.