A Discrete-Event Network Simulator
API
cid.cc File Reference
#include "cid.h"
+ Include dependency graph for cid.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 CID_UNINITIALIZED   60000
 

Functions

bool ns3::operator!= (const Cid &lhs, const Cid &rhs)
 inequality operator More...
 
std::ostream & ns3::operator<< (std::ostream &os, const Cid &cid)
 output stream output opertor More...
 
bool ns3::operator== (const Cid &lhs, const Cid &rhs)
 equality operator More...
 

Macro Definition Documentation

◆ CID_UNINITIALIZED

#define CID_UNINITIALIZED   60000

Definition at line 26 of file cid.cc.

Referenced by ns3::Cid::Cid().