A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
type-name.cc File Reference
#include "type-name.h"
+ Include dependency graph for type-name.cc:

Go to the source code of this file.

Namespaces

 ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 

Macros

#define DEF_TYPE(x)
 

Functions

 ns3::DEF_TYPE (uint8_t)
 
 ns3::DEF_TYPE (uint16_t)
 
 ns3::DEF_TYPE (uint32_t)
 
 ns3::DEF_TYPE (uint64_t)
 
 ns3::DEF_TYPE (int8_t)
 
 ns3::DEF_TYPE (int16_t)
 
 ns3::DEF_TYPE (int32_t)
 
 ns3::DEF_TYPE (int64_t)
 
 ns3::DEF_TYPE (float)
 
 ns3::DEF_TYPE (double)
 

Macro Definition Documentation

#define DEF_TYPE (   x)
Value:
template <> \
std::string TypeNameGet<x> (void) \
{ \
return # x; \
}

Definition at line 7 of file type-name.cc.