neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neolib::slot_proxy< Args > Struct Template Reference

#include <i_event.hpp>

Public Member Functions

slot_proxy && operator~ ()
 
slot_proxy && operator! ()
 

Public Attributes

ref_ptr< neolib::slot< Args... > > slot
 

Detailed Description

template<typename... Args>
struct neolib::slot_proxy< Args >

Definition at line 132 of file i_event.hpp.

Member Function Documentation

◆ operator!()

template<typename... Args>
slot_proxy && neolib::slot_proxy< Args >::operator! ( )
inline

Definition at line 142 of file i_event.hpp.

◆ operator~()

template<typename... Args>
slot_proxy && neolib::slot_proxy< Args >::operator~ ( )
inline

Definition at line 136 of file i_event.hpp.

Member Data Documentation

◆ slot

template<typename... Args>
ref_ptr<neolib::slot<Args...> > neolib::slot_proxy< Args >::slot

Definition at line 134 of file i_event.hpp.


The documentation for this struct was generated from the following file: