A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
type-name.h File Reference

ns3::TypeNameGet() function declarations. More...

#include "fatal-error.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

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

Macros

#define TYPENAMEGET_DEFINE(T)
 Macro that defines a template specialization for TypeNameGet<T>() .
 

Functions

template<typename T >
std::string ns3::TypeNameGet ()
 Type name strings for AttributeValue types.
 
 ns3::TYPENAMEGET_DEFINE (bool)
 ns3::TypeNameGet() specialization for numeric types.
 
 ns3::TYPENAMEGET_DEFINE (double)
 ns3::TypeNameGet() specialization for numeric types.
 
 ns3::TYPENAMEGET_DEFINE (float)
 ns3::TypeNameGet() specialization for numeric types.
 
 ns3::TYPENAMEGET_DEFINE (int16_t)
 ns3::TypeNameGet() specialization for numeric types.
 
 ns3::TYPENAMEGET_DEFINE (int32_t)
 ns3::TypeNameGet() specialization for numeric types.
 
 ns3::TYPENAMEGET_DEFINE (int64_t)
 ns3::TypeNameGet() specialization for numeric types.
 
 ns3::TYPENAMEGET_DEFINE (int8_t)
 ns3::TypeNameGet() specialization for numeric types.
 
 ns3::TYPENAMEGET_DEFINE (long double)
 ns3::TypeNameGet() specialization for numeric types.
 
 ns3::TYPENAMEGET_DEFINE (uint16_t)
 ns3::TypeNameGet() specialization for numeric types.
 
 ns3::TYPENAMEGET_DEFINE (uint32_t)
 ns3::TypeNameGet() specialization for numeric types.
 
 ns3::TYPENAMEGET_DEFINE (uint64_t)
 ns3::TypeNameGet() specialization for numeric types.
 
 ns3::TYPENAMEGET_DEFINE (uint8_t)
 ns3::TypeNameGet() specialization for numeric types.
 

Detailed Description

ns3::TypeNameGet() function declarations.

Definition in file type-name.h.