the list of simulation nodes. More...
#include <node-list.h>
Public Types | |
|
typedef std::vector< Ptr< Node > >::const_iterator | Iterator |
Static Public Member Functions | |
| static uint32_t | Add (Ptr< Node > node) |
| static Iterator | Begin (void) |
| static Iterator | End (void) |
| static Ptr< Node > | GetNode (uint32_t n) |
| static uint32_t | GetNNodes (void) |
the list of simulation nodes.
Every Node created is automatically added to this list.
| node | node to add |
This method is called automatically from Node::Node so the user has little reason to call it himself.
| NodeList::Iterator ns3::NodeList::Begin | ( | void | ) | [static] |
| NodeList::Iterator ns3::NodeList::End | ( | void | ) | [static] |
| uint32_t ns3::NodeList::GetNNodes | ( | void | ) | [static] |
| n | index of requested node. |
1.6.1