A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::Indent Struct Reference

Helper to indent output a specified number of steps. More...

+ Collaboration diagram for ns3::Indent:

Public Member Functions

 Indent (int level)
 Constructor.
 

Public Attributes

int level
 The number of steps.
 

Detailed Description

Helper to indent output a specified number of steps.

Definition at line 647 of file test.cc.

Constructor & Destructor Documentation

◆ Indent()

ns3::Indent::Indent ( int  level)

Constructor.

Parameters
[in]levelThe number of steps. A step is " ".

Definition at line 658 of file test.cc.

References NS_LOG_FUNCTION.

Member Data Documentation

◆ level

int ns3::Indent::level

The number of steps.

Definition at line 655 of file test.cc.

Referenced by ns3::operator<<().


The documentation for this struct was generated from the following file: