A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
type-name.h File Reference
#include <stdint.h>
#include <string>
+ Include dependency graph for type-name.h:
+ This graph shows which files directly or indirectly include this file:

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)
 
template<typename T >
std::string ns3::TypeNameGet (void)
 

Macro Definition Documentation

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

Definition at line 17 of file type-name.h.