AggregateObject(Ptr< Object > other) | ns3::Object | |
Check() const | ns3::Object | private |
CheckLoose() const | ns3::Object | private |
Construct(const AttributeConstructionList &attributes) | ns3::Object | private |
ConstructSelf(const AttributeConstructionList &attributes) | ns3::ObjectBase | protected |
DataCalculator() | ns3::DataCalculator | |
Disable() | ns3::DataCalculator | |
Dispose() | ns3::Object | |
DoDelete() | ns3::Object | private |
DoDispose() override | ns3::MinMaxAvgTotalCalculator< T > | protectedvirtual |
DoGetObject(TypeId tid) const | ns3::Object | private |
DoInitialize() | ns3::Object | protectedvirtual |
DoSet(Ptr< const AttributeAccessor > spec, Ptr< const AttributeChecker > checker, const AttributeValue &value) | ns3::ObjectBase | private |
Enable() | ns3::DataCalculator | |
GetAggregateIterator() const | ns3::Object | |
GetAttribute(std::string name, AttributeValue &value) const | ns3::ObjectBase | |
GetAttributeFailSafe(std::string name, AttributeValue &value) const | ns3::ObjectBase | |
GetContext() const | ns3::DataCalculator | |
getCount() const override | ns3::MinMaxAvgTotalCalculator< T > | inlinevirtual |
GetEnabled() const | ns3::DataCalculator | |
GetInstanceTypeId() const override | ns3::Object | virtual |
GetKey() const | ns3::DataCalculator | |
getMax() const override | ns3::MinMaxAvgTotalCalculator< T > | inlinevirtual |
getMean() const override | ns3::MinMaxAvgTotalCalculator< T > | inlinevirtual |
getMin() const override | ns3::MinMaxAvgTotalCalculator< T > | inlinevirtual |
GetObject() const | ns3::Object | inline |
GetObject(TypeId tid) const | ns3::Object | |
GetObject() const | ns3::Object | inline |
GetObject(TypeId tid) const | ns3::Object | inline |
GetObjectIid() | ns3::ObjectBase | related |
GetReferenceCount() const | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
getSqrSum() const override | ns3::MinMaxAvgTotalCalculator< T > | inlinevirtual |
getStddev() const override | ns3::MinMaxAvgTotalCalculator< T > | inlinevirtual |
getSum() const override | ns3::MinMaxAvgTotalCalculator< T > | inlinevirtual |
GetTypeId() | ns3::MinMaxAvgTotalCalculator< T > | static |
getVariance() const override | ns3::MinMaxAvgTotalCalculator< T > | inlinevirtual |
Initialize() | ns3::Object | |
IsInitialized() const | ns3::Object | |
m_aggregates | ns3::Object | private |
m_context | ns3::DataCalculator | protected |
m_count | ns3::MinMaxAvgTotalCalculator< T > | protected |
m_disposed | ns3::Object | private |
m_enabled | ns3::DataCalculator | protected |
m_getObjectCount | ns3::Object | private |
m_initialized | ns3::Object | private |
m_key | ns3::DataCalculator | protected |
m_max | ns3::MinMaxAvgTotalCalculator< T > | protected |
m_meanCurr | ns3::MinMaxAvgTotalCalculator< T > | protected |
m_meanPrev | ns3::MinMaxAvgTotalCalculator< T > | protected |
m_min | ns3::MinMaxAvgTotalCalculator< T > | protected |
m_sCurr | ns3::MinMaxAvgTotalCalculator< T > | protected |
m_sPrev | ns3::MinMaxAvgTotalCalculator< T > | protected |
m_squareTotal | ns3::MinMaxAvgTotalCalculator< T > | protected |
m_startEvent | ns3::DataCalculator | private |
m_stopEvent | ns3::DataCalculator | private |
m_tid | ns3::Object | private |
m_total | ns3::MinMaxAvgTotalCalculator< T > | protected |
m_varianceCurr | ns3::MinMaxAvgTotalCalculator< T > | protected |
MinMaxAvgTotalCalculator() | ns3::MinMaxAvgTotalCalculator< T > | |
NotifyConstructionCompleted() | ns3::ObjectBase | protectedvirtual |
NotifyNewAggregate() | ns3::Object | protectedvirtual |
Object() | ns3::Object | |
Object(const Object &o) | ns3::Object | protected |
operator=(const SimpleRefCount &o[[maybe_unused]]) | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
Output(DataOutputCallback &callback) const override | ns3::MinMaxAvgTotalCalculator< T > | virtual |
Ref() const | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
Reset() | ns3::MinMaxAvgTotalCalculator< T > | |
SetAttribute(std::string name, const AttributeValue &value) | ns3::ObjectBase | |
SetAttributeFailSafe(std::string name, const AttributeValue &value) | ns3::ObjectBase | |
SetContext(const std::string context) | ns3::DataCalculator | |
SetKey(const std::string key) | ns3::DataCalculator | |
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 |
Start(const Time &startTime) | ns3::DataCalculator | virtual |
Stop(const Time &stopTime) | ns3::DataCalculator | virtual |
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() const | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
Update(const T i) | ns3::MinMaxAvgTotalCalculator< T > | |
UpdateSortedArray(Aggregates *aggregates, uint32_t i) const | ns3::Object | private |
~DataCalculator() override | ns3::DataCalculator | |
~MinMaxAvgTotalCalculator() override | ns3::MinMaxAvgTotalCalculator< T > | |
~Object() override | ns3::Object | |
~ObjectBase() | ns3::ObjectBase | virtual |
~StatisticalSummary() | ns3::StatisticalSummary | inlinevirtual |