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

List of statistics. More...

#include <arccore/message_passing/IStat.h>

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

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

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

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