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