A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
type-id.cc File Reference
#include "type-id.h"
#include "singleton.h"
#include "trace-source-accessor.h"
#include "log.h"
#include <vector>
#include <sstream>
+ Include dependency graph for type-id.cc:

Go to the source code of this file.

Classes

struct  anonymous_namespace{type-id.cc}::IidManager::IidInformation
class  anonymous_namespace{type-id.cc}::IidManager

Namespaces

namespace  anonymous_namespace{type-id.cc}
namespace  ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.

Functions

 ns3::ATTRIBUTE_HELPER_CPP (TypeId)
 NS_LOG_COMPONENT_DEFINE ("TypeID")
bool ns3::operator< (TypeId a, TypeId b)
std::ostream & ns3::operator<< (std::ostream &os, TypeId tid)
std::istream & ns3::operator>> (std::istream &is, TypeId &tid)

Function Documentation

NS_LOG_COMPONENT_DEFINE ( "TypeID"  )