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

Stores references to observers. More...

#include <arccore/common/Event.h>

Public Member Functions

void add (EventObserverBase *x)
 Adds the observer x.
void clear ()
 Clears all observers associated with this instance.

Detailed Description

Stores references to observers.

Definition at line 145 of file arccore/src/common/arccore/common/Event.h.

Constructor & Destructor Documentation

◆ ~EventObserverPool()

Arcane::EventObserverPool::~EventObserverPool ( )

Definition at line 183 of file Event.cc.

Member Function Documentation

◆ add()

void Arcane::EventObserverPool::add ( EventObserverBase * x)

Adds the observer x.

Definition at line 203 of file Event.cc.

Referenced by Arcane::EventObservable< const CollectionEventArgs & >::attach().

◆ clear()

void Arcane::EventObserverPool::clear ( )

Clears all observers associated with this instance.

Definition at line 192 of file Event.cc.


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