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 |
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.
| using Arcane::MessagePassing::StatCollection::const_iterator = Impl::const_iterator |
Definition at line 115 of file arccore/src/message_passing/arccore/message_passing/IStat.h.
|
private |
Definition at line 111 of file arccore/src/message_passing/arccore/message_passing/IStat.h.
|
inline |
Definition at line 119 of file arccore/src/message_passing/arccore/message_passing/IStat.h.
|
inline |
Definition at line 121 of file arccore/src/message_passing/arccore/message_passing/IStat.h.
|
inline |
Definition at line 122 of file arccore/src/message_passing/arccore/message_passing/IStat.h.
|
inline |
Definition at line 120 of file arccore/src/message_passing/arccore/message_passing/IStat.h.
|
friend |
Definition at line 110 of file arccore/src/message_passing/arccore/message_passing/IStat.h.
|
private |
Definition at line 126 of file arccore/src/message_passing/arccore/message_passing/IStat.h.