A Discrete-Event Network Simulator
QKDNetSim v2.0 (NS-3 v3.41) @ (+)
API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
node-printer.h File Reference

Declaration of ns3::NodePrinter function pointer type and ns3::DefaultNodePrinter function. More...

#include <ostream>
+ Include dependency graph for node-printer.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.
 

Typedefs

typedef void(* ns3::NodePrinter) (std::ostream &os)
 Function signature for prepending the node id to a log message. More...
 

Functions

void ns3::DefaultNodePrinter (std::ostream &os)
 Default node id printer implementation. More...
 

Detailed Description

Declaration of ns3::NodePrinter function pointer type and ns3::DefaultNodePrinter function.

Definition in file node-printer.h.