the list of simulation channels.
More...
#include <channel-list.h>
List of all members.
Public Types |
typedef std::vector< Ptr
< Channel > >::const_iterator | Iterator |
Detailed Description
the list of simulation channels.
Every Channel created is automatically added to this list.
Member Function Documentation
uint32_t ns3::ChannelList::Add |
( |
Ptr< Channel > |
channel | ) |
|
|
static |
- Parameters:
-
- Returns:
- index of channel in list.
This method is called automatically from Channel::Channel so the user has little reason to call it himself.
ChannelList::Iterator ns3::ChannelList::Begin |
( |
void |
| ) |
|
|
static |
- Returns:
- a C++ iterator located at the beginning of this list.
ChannelList::Iterator ns3::ChannelList::End |
( |
void |
| ) |
|
|
static |
- Returns:
- a C++ iterator located at the end of this list.
Ptr< Channel > ns3::ChannelList::GetChannel |
( |
uint32_t |
n | ) |
|
|
static |
- Parameters:
-
n | index of requested channel. |
- Returns:
- the Channel associated to index n.
uint32_t ns3::ChannelList::GetNChannels |
( |
void |
| ) |
|
|
static |
- Returns:
- the number of channels currently in the list.
The documentation for this class was generated from the following files:
- src/network/model/channel-list.h
- src/network/model/channel-list.cc