private implementation detail of the ChannelList API. More...
Inheritance diagram for ns3::ChannelListPriv:
Collaboration diagram for ns3::ChannelListPriv:Public Member Functions | |
| ChannelListPriv () | |
| ~ChannelListPriv () | |
| uint32_t | Add (Ptr< Channel > channel) |
| ChannelList::Iterator | Begin (void) const |
| ChannelList::Iterator | End (void) const |
| Ptr< Channel > | GetChannel (uint32_t n) |
| uint32_t | GetNChannels (void) |
Public Member Functions inherited from ns3::Object | |
| Object () | |
| virtual | ~Object () |
| void | AggregateObject (Ptr< Object > other) |
| void | Dispose (void) |
| AggregateIterator | GetAggregateIterator (void) const |
| virtual TypeId | GetInstanceTypeId (void) const |
| template<typename T > | |
| Ptr< T > | GetObject (void) const |
| template<typename T > | |
| Ptr< T > | GetObject (TypeId tid) const |
| void | Start (void) |
Public Member Functions inherited from ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | |
| SimpleRefCount () | |
| SimpleRefCount (const SimpleRefCount &o) | |
| uint32_t | GetReferenceCount (void) const |
| SimpleRefCount & | operator= (const SimpleRefCount &o) |
| void | Ref (void) const |
| void | Unref (void) const |
Public Member Functions inherited from ns3::ObjectBase | |
| virtual | ~ObjectBase () |
| void | GetAttribute (std::string name, AttributeValue &value) const |
| bool | GetAttributeFailSafe (std::string name, AttributeValue &attribute) const |
| void | SetAttribute (std::string name, const AttributeValue &value) |
| bool | SetAttributeFailSafe (std::string name, const AttributeValue &value) |
| bool | TraceConnect (std::string name, std::string context, const CallbackBase &cb) |
| bool | TraceConnectWithoutContext (std::string name, const CallbackBase &cb) |
| bool | TraceDisconnect (std::string name, std::string context, const CallbackBase &cb) |
| bool | TraceDisconnectWithoutContext (std::string name, const CallbackBase &cb) |
Static Public Member Functions | |
| static Ptr< ChannelListPriv > | Get (void) |
| static TypeId | GetTypeId (void) |
| This method returns the TypeId associated to ns3::ChannelListPriv. | |
Private Member Functions | |
| virtual void | DoDispose (void) |
Static Private Member Functions | |
| static void | Delete (void) |
| static Ptr< ChannelListPriv > * | DoGet (void) |
Private Attributes | |
| std::vector< Ptr< Channel > > | m_channels |
Additional Inherited Members | |
Protected Member Functions inherited from ns3::Object | |
| Object (const Object &o) | |
| virtual void | DoDispose (void) |
| virtual void | DoStart (void) |
| virtual void | NotifyNewAggregate (void) |
private implementation detail of the ChannelList API.
Definition at line 34 of file channel-list.cc.
| ns3::ChannelListPriv::ChannelListPriv | ( | ) |
Definition at line 100 of file channel-list.cc.
References NS_LOG_FUNCTION_NOARGS.
| ns3::ChannelListPriv::~ChannelListPriv | ( | ) |
Definition at line 105 of file channel-list.cc.
Definition at line 124 of file channel-list.cc.
References m_channels.
| ChannelList::Iterator ns3::ChannelListPriv::Begin | ( | void | ) | const |
Definition at line 133 of file channel-list.cc.
References m_channels.
|
staticprivate |
Definition at line 93 of file channel-list.cc.
References DoGet(), Get(), NS_LOG_FUNCTION_NOARGS, and ns3::Config::UnregisterRootNamespaceObject().
Referenced by DoGet().
Here is the call graph for this function:
Here is the caller graph for this function:
|
privatevirtual |
Definition at line 109 of file channel-list.cc.
References ns3::Object::Dispose(), m_channels, and NS_LOG_FUNCTION_NOARGS.
Here is the call graph for this function:
|
staticprivate |
Definition at line 80 of file channel-list.cc.
References Delete(), ns3::Config::RegisterRootNamespaceObject(), and ns3::Simulator::ScheduleDestroy().
Referenced by Delete(), and Get().
Here is the call graph for this function:
Here is the caller graph for this function:| ChannelList::Iterator ns3::ChannelListPriv::End | ( | void | ) | const |
Definition at line 139 of file channel-list.cc.
References m_channels.
|
static |
Definition at line 74 of file channel-list.cc.
References DoGet().
Referenced by ns3::ChannelList::Add(), ns3::ChannelList::Begin(), Delete(), ns3::ChannelList::End(), ns3::ChannelList::GetChannel(), and ns3::ChannelList::GetNChannels().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 151 of file channel-list.cc.
References m_channels, and NS_ASSERT_MSG.
| uint32_t ns3::ChannelListPriv::GetNChannels | ( | void | ) |
Definition at line 145 of file channel-list.cc.
References m_channels.
|
static |
This method returns the TypeId associated to ns3::ChannelListPriv.
Attributes defined for this type:
No TraceSources defined for this type.
Reimplemented from ns3::Object.
Definition at line 61 of file channel-list.cc.
References m_channels, ns3::MakeObjectVectorAccessor(), and ns3::TypeId::SetParent().
Here is the call graph for this function:Definition at line 55 of file channel-list.cc.
Referenced by Add(), Begin(), DoDispose(), End(), GetChannel(), GetNChannels(), and GetTypeId().