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.
Definition at line 38 of file channel-list.h.
| typedef std::vector< Ptr<Channel> >::const_iterator ns3::ChannelList::Iterator | 
Definition at line 41 of file channel-list.h.
| channel | channel to add | 
This method is called automatically from Channel::Channel so the user has little reason to call it himself.
Definition at line 169 of file channel-list.cc.
References ns3::ChannelListPriv::Get(), and NS_LOG_FUNCTION_NOARGS.
Referenced by ns3::Channel::Channel().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 176 of file channel-list.cc.
References ns3::ChannelListPriv::Get(), and NS_LOG_FUNCTION_NOARGS.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | static | 
Definition at line 183 of file channel-list.cc.
References ns3::ChannelListPriv::Get(), and NS_LOG_FUNCTION_NOARGS.
 Here is the call graph for this function:
 Here is the call graph for this function:| n | index of requested channel. | 
Definition at line 190 of file channel-list.cc.
References ns3::ChannelListPriv::Get(), and NS_LOG_FUNCTION.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | static | 
Definition at line 197 of file channel-list.cc.
References ns3::ChannelListPriv::Get(), and NS_LOG_FUNCTION_NOARGS.
 Here is the call graph for this function:
 Here is the call graph for this function: