AggregateObject(Ptr< Object > other) | ns3::Object | |
AppendItemTypeIfNotPresent(std::string &typeId, const std::string &itemType) | ns3::QueueBase | static |
begin(void) const | ns3::Queue< Item > | protected |
begin(void) | ns3::Queue< Item > | protected |
Check(void) const | ns3::Object | private |
CheckLoose(void) const | ns3::Object | private |
ConstIterator typedef | ns3::Queue< Item > | protected |
Construct(const AttributeConstructionList &attributes) | ns3::Object | private |
ConstructSelf(const AttributeConstructionList &attributes) | ns3::ObjectBase | protected |
Dequeue(void) | ns3::DropTailQueue< Item > | virtual |
Dispose(void) | ns3::Object | |
DoDelete(void) | ns3::Object | private |
DoDequeue(ConstIterator pos) | ns3::Queue< Item > | protected |
DoDispose(void) override | ns3::Queue< Item > | protectedvirtual |
DoEnqueue(ConstIterator pos, Ptr< Item > item) | ns3::Queue< Item > | protected |
DoEnqueue(ConstIterator pos, Ptr< Item > item, Iterator &ret) | ns3::Queue< Item > | protected |
DoGetObject(TypeId tid) const | ns3::Object | private |
DoInitialize(void) | ns3::Object | protectedvirtual |
DoPeek(ConstIterator pos) const | ns3::Queue< Item > | protected |
DoRemove(ConstIterator pos) | ns3::Queue< Item > | protected |
DoSet(Ptr< const AttributeAccessor > spec, Ptr< const AttributeChecker > checker, const AttributeValue &value) | ns3::ObjectBase | private |
DropAfterDequeue(Ptr< Item > item) | ns3::Queue< Item > | protected |
DropBeforeEnqueue(Ptr< Item > item) | ns3::Queue< Item > | protected |
DropTailQueue() | ns3::DropTailQueue< Item > | |
end(void) const | ns3::Queue< Item > | protected |
end(void) | ns3::Queue< Item > | protected |
Enqueue(Ptr< Item > item) | ns3::DropTailQueue< Item > | virtual |
Flush(void) | ns3::Queue< Item > | |
GetAggregateIterator(void) const | ns3::Object | |
GetAttribute(std::string name, AttributeValue &value) const | ns3::ObjectBase | |
GetAttributeFailSafe(std::string name, AttributeValue &value) const | ns3::ObjectBase | |
GetCurrentSize(void) const | ns3::QueueBase | |
GetInstanceTypeId(void) const | ns3::Object | virtual |
GetMaxSize(void) const | ns3::QueueBase | |
GetNBytes(void) const | ns3::QueueBase | |
GetNPackets(void) const | ns3::QueueBase | |
GetObject(void) const | ns3::Object | inline |
GetObject(TypeId tid) const | ns3::Object | |
GetObject() const | ns3::Object | inline |
GetObject(TypeId tid) const | ns3::Object | inline |
GetObjectIid(void) | ns3::ObjectBase | related |
GetReferenceCount(void) const | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
GetTotalDroppedBytes(void) const | ns3::QueueBase | |
GetTotalDroppedBytesAfterDequeue(void) const | ns3::QueueBase | |
GetTotalDroppedBytesBeforeEnqueue(void) const | ns3::QueueBase | |
GetTotalDroppedPackets(void) const | ns3::QueueBase | |
GetTotalDroppedPacketsAfterDequeue(void) const | ns3::QueueBase | |
GetTotalDroppedPacketsBeforeEnqueue(void) const | ns3::QueueBase | |
GetTotalReceivedBytes(void) const | ns3::QueueBase | |
GetTotalReceivedPackets(void) const | ns3::QueueBase | |
GetTypeId(void) | ns3::DropTailQueue< Item > | static |
Initialize(void) | ns3::Object | |
IsEmpty(void) const | ns3::QueueBase | |
IsInitialized(void) const | ns3::Object | |
ItemType typedef | ns3::Queue< Item > | |
Iterator typedef | ns3::Queue< Item > | protected |
m_aggregates | ns3::Object | private |
m_count | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | mutableprivate |
m_disposed | ns3::Object | private |
m_getObjectCount | ns3::Object | private |
m_initialized | ns3::Object | private |
m_maxSize | ns3::QueueBase | private |
m_nBytes | ns3::QueueBase | private |
m_nPackets | ns3::QueueBase | private |
m_nTotalDroppedBytes | ns3::QueueBase | private |
m_nTotalDroppedBytesAfterDequeue | ns3::QueueBase | private |
m_nTotalDroppedBytesBeforeEnqueue | ns3::QueueBase | private |
m_nTotalDroppedPackets | ns3::QueueBase | private |
m_nTotalDroppedPacketsAfterDequeue | ns3::QueueBase | private |
m_nTotalDroppedPacketsBeforeEnqueue | ns3::QueueBase | private |
m_nTotalReceivedBytes | ns3::QueueBase | private |
m_nTotalReceivedPackets | ns3::QueueBase | private |
m_packets | ns3::Queue< Item > | private |
m_tid | ns3::Object | private |
m_traceDequeue | ns3::Queue< Item > | private |
m_traceDrop | ns3::Queue< Item > | private |
m_traceDropAfterDequeue | ns3::Queue< Item > | private |
m_traceDropBeforeEnqueue | ns3::Queue< Item > | private |
m_traceEnqueue | ns3::Queue< Item > | private |
NotifyConstructionCompleted(void) | ns3::ObjectBase | protectedvirtual |
NotifyNewAggregate(void) | ns3::Object | protectedvirtual |
NS_LOG_TEMPLATE_DECLARE | ns3::DropTailQueue< Item > | private |
Object() | ns3::Object | |
Object(const Object &o) | ns3::Object | protected |
operator=([[maybe_unused]] const SimpleRefCount &o) | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
Peek(void) const | ns3::DropTailQueue< Item > | virtual |
Queue() | ns3::Queue< Item > | |
QueueBase() | ns3::QueueBase | |
Ref(void) const | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
Remove(void) | ns3::DropTailQueue< Item > | virtual |
ResetStatistics(void) | ns3::QueueBase | |
SetAttribute(std::string name, const AttributeValue &value) | ns3::ObjectBase | |
SetAttributeFailSafe(std::string name, const AttributeValue &value) | ns3::ObjectBase | |
SetMaxSize(QueueSize size) | ns3::QueueBase | |
SetTypeId(TypeId tid) | ns3::Object | private |
SimpleRefCount() | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
SimpleRefCount(const SimpleRefCount &o[[maybe_unused]]) | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
TraceConnect(std::string name, std::string context, const CallbackBase &cb) | ns3::ObjectBase | |
TraceConnectWithoutContext(std::string name, const CallbackBase &cb) | ns3::ObjectBase | |
TraceDisconnect(std::string name, std::string context, const CallbackBase &cb) | ns3::ObjectBase | |
TraceDisconnectWithoutContext(std::string name, const CallbackBase &cb) | ns3::ObjectBase | |
Unref(void) const | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
UpdateSortedArray(struct Aggregates *aggregates, uint32_t i) const | ns3::Object | private |
WouldOverflow(uint32_t nPackets, uint32_t nBytes) const | ns3::QueueBase | |
~DropTailQueue() | ns3::DropTailQueue< Item > | virtual |
~Object() | ns3::Object | virtual |
~ObjectBase() | ns3::ObjectBase | virtual |
~Queue() | ns3::Queue< Item > | virtual |
~QueueBase() | ns3::QueueBase | virtual |