Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::MessagePassing::StatCollection Class Reference

List of statistics. More...

#include </__w/arcaneframework.github.io/arcaneframework.github.io/framework/arccore/src/message_passing/arccore/message_passing/IStat.h>

Collaboration diagram for Arcane::MessagePassing::StatCollection:

Public Types

using const_iterator = Impl::const_iterator

Public Member Functions

const_iterator begin () const
const_iterator end () const
const_iterator cbegin () const
const_iterator cend () const

Private Types

using Impl = std::list<OneStat>

Private Attributes

Impl m_stats

Friends

class StatData

Detailed Description

List of statistics.

It is only possible to iterate over the elements of the collection.

The implementation used may evolve, so the explicit iterator type should not be used.

Definition at line 108 of file arccore/src/message_passing/arccore/message_passing/IStat.h.

Member Typedef Documentation

◆ const_iterator

using Arcane::MessagePassing::StatCollection::const_iterator = Impl::const_iterator

◆ Impl

using Arcane::MessagePassing::StatCollection::Impl = std::list<OneStat>
private

Member Function Documentation

◆ begin()

const_iterator Arcane::MessagePassing::StatCollection::begin ( ) const
inline

◆ cbegin()

const_iterator Arcane::MessagePassing::StatCollection::cbegin ( ) const
inline

◆ cend()

const_iterator Arcane::MessagePassing::StatCollection::cend ( ) const
inline

◆ end()

const_iterator Arcane::MessagePassing::StatCollection::end ( ) const
inline

◆ StatData

friend class StatData
friend

Member Data Documentation

◆ m_stats

Impl Arcane::MessagePassing::StatCollection::m_stats
private

The documentation for this class was generated from the following file: