![]() |
Soldered 125kHz RFID board Arduino library 1.0.0
Library for Soldered 125kHz RFID board.
|
#include <Delegate.h>
Inherits delegate::detail::DelegateImpl< void, R >.
Public Types | |
using | target_type = R() |
Public Member Functions | |
operator FunVPPtr () const | |
operator FunctionType () | |
Delegate () | |
Delegate (std::nullptr_t) | |
Delegate (const Delegate &del) | |
Delegate (Delegate &&del) | |
Delegate (FunPtr fn) | |
template<typename F > | |
Delegate (F functional) | |
Delegate & | operator= (const Delegate &del) |
Delegate & | operator= (Delegate &&del) |
Delegate & | operator= (FunPtr fn) |
Delegate &IRAM_ATTR | operator= (std::nullptr_t) |
Protected Types | |
using | FunPtr = target_type* |
using | FunctionType = std::function<target_type> |
using | FunVPPtr = R(*)(void*) |
|
protected |
|
protected |
|
protected |
using delegate::detail::Delegate< void, R >::target_type = R() |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |