Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
observer.h File Reference
Go to the source code of this file.
Data Structures | |
class | observer_exception |
The base class for observer exceptions. More... | |
class | observer_list_full |
The exception thrown when the observer list is full. More... | |
class | observable< TObserver, MAX_OBSERVERS > |
The object that is being observed. More... | |
class | observer< T1, T2, T3, T4, T5, T6, T7, T8 > |
The observer interface for eight notification types. More... | |
class | observer< T1, T2, T3, T4, T5, T6, T7 > |
The observer interface for seven notification types. More... | |
class | observer< T1, T2, T3, T4, T5, T6 > |
The observer interface for six notification types. More... | |
class | observer< T1, T2, T3, T4, T5 > |
The observer interface for five notification types. More... | |
class | observer< T1, T2, T3, T4 > |
The observer interface for four notification types. More... | |
class | observer< T1, T2, T3 > |
The observer interface for three notification types. More... | |
class | observer< T1, T2 > |
The observer interface for two notification types. More... | |
class | observer< T1 > |
The observer interface for one notification type. More... | |
Namespaces | |
namespace | etl |
A multimap with the capacity defined at compile time. |
Detailed Description
Definition in file observer.h.
Generated on Tue Jul 12 2022 14:05:47 by
