Base class for a collection.
More...
#include </__w/arcaneframework.github.io/arcaneframework.github.io/framework/arccore/src/common/arccore/common/Collection.h>
|
| | CollectionBase (const CollectionBase &rhs) |
| | CollectionBase ()=default |
| | Creates a null collection.
|
| CollectionBase & | operator= (const CollectionBase &rhs) |
| void | clear () |
| | Removes all elements from the collection.
|
| Integer | count () const |
| | Number of elements in the collection.
|
| bool | empty () const |
| | True if the collection is empty.
|
| CollectionChangeEventHandler & | change () |
| | Event invoked when the collection changes.
|
Base class for a collection.
Definition at line 475 of file arccore/src/common/arccore/common/Collection.h.
◆ Impl
◆ CollectionBase() [1/3]
| Arcane::CollectionBase::CollectionBase |
( |
const CollectionBase & | rhs | ) |
|
|
inline |
◆ ~CollectionBase()
| Arcane::CollectionBase::~CollectionBase |
( |
| ) |
|
|
inline |
◆ CollectionBase() [2/3]
| Arcane::CollectionBase::CollectionBase |
( |
| ) |
|
|
default |
Creates a null collection.
The instance is not usable until it has been assigned to a non-null collection (e.g., a vector).
◆ CollectionBase() [3/3]
| Arcane::CollectionBase::CollectionBase |
( |
Impl * | vb | ) |
|
|
inlineexplicitprotected |
◆ _noNullRef() [1/2]
| Impl * Arcane::CollectionBase::_noNullRef |
( |
| ) |
|
|
inlineprotected |
◆ _noNullRef() [2/2]
| const Impl * Arcane::CollectionBase::_noNullRef |
( |
| ) |
const |
|
inlineprotected |
◆ _ref() [1/2]
| Impl * Arcane::CollectionBase::_ref |
( |
| ) |
|
|
inlineprotected |
◆ _ref() [2/2]
| const Impl * Arcane::CollectionBase::_ref |
( |
| ) |
const |
|
inlineprotected |
◆ _setRef()
| void Arcane::CollectionBase::_setRef |
( |
Impl * | new_impl | ) |
|
|
inlineprotected |
◆ change()
| CollectionChangeEventHandler & Arcane::CollectionBase::change |
( |
| ) |
|
|
inline |
◆ clear()
| void Arcane::CollectionBase::clear |
( |
| ) |
|
|
inline |
◆ count()
| Integer Arcane::CollectionBase::count |
( |
| ) |
const |
|
inline |
◆ empty()
| bool Arcane::CollectionBase::empty |
( |
| ) |
const |
|
inline |
◆ operator=()
| CollectionBase & Arcane::CollectionBase::operator= |
( |
const CollectionBase & | rhs | ) |
|
|
inline |
◆ m_ref
| AutoRef2<Impl> Arcane::CollectionBase::m_ref |
|
private |
The documentation for this class was generated from the following file: