src/core/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

namespace  ns3
 

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


Defines

#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)

Define Documentation

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

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

Generated on Thu Dec 3 14:06:50 2009 for NS-3 by  doxygen 1.6.3