#include <cs_dispatch_queue.h>
Collaboration diagram for cs_event_ref:Public Types | |
| using | underlying_type = typename cs_event::underlying_type |
Public Member Functions | |
| cs_event_ref (cs_event &event) | |
| cs_event_ref ()=delete | |
| cs_event_ref (cs_event_ref &&other)=default | |
| cs_event_ref (cs_event_ref const &other)=default | |
| cs_event_ref & | operator= (cs_event_ref &&) &=default |
| cs_event_ref & | operator= (cs_event_ref const &) &=default |
| cs_event * | operator-> () |
| Arrow operator to access members of the pointed event. More... | |
| cs_event & | operator* () |
| Dereference operator to access the pointed event. More... | |
| underlying_type & | operator~ () |
cs_event_ref is a reference wrapper to a cs_event.
| using underlying_type = typename cs_event::underlying_type |
|
inline |
|
delete |
|
default |
|
default |
|
inline |
Dereference operator to access the pointed event.
|
inline |
Arrow operator to access members of the pointed event.
|
default |
|
default |
|
inline |
Dereference operator to access the underlying implementation of the pointed event.