![]() |
Soldered L86 M33 GNSS Library 1.0.0
Arduino library for communication with Soldered L86-M33 GNSS module
|
#include <Delegate.h>
Inherits delegate::detail::Delegate< void, R, P... >.
Public Member Functions | |
| Delegate () | |
| Delegate (std::nullptr_t) | |
| Delegate (const Delegate &del) | |
| Delegate (Delegate &&del) | |
| Delegate (typename delegate::detail::Delegate< void, R, P... >::FunPtr fn) | |
| template<typename F > | |
| Delegate (F functional) | |
| Delegate & | operator= (const Delegate &del) |
| Delegate & | operator= (Delegate &&del) |
| Delegate & | operator= (typename delegate::detail::Delegate< void, R, P... >::FunPtr fn) |
| Delegate &IRAM_ATTR | operator= (std::nullptr_t) |
Public Member Functions inherited from delegate::detail::Delegate< void, R, P... > | |
| 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) |
Additional Inherited Members | |
Public Types inherited from delegate::detail::Delegate< void, R, P... > | |
| using | target_type = R(P...) |
Protected Types inherited from delegate::detail::Delegate< void, R, P... > | |
| using | FunPtr = target_type * |
| using | FunctionType = std::function< target_type > |
| using | FunVPPtr = R(*)(void *, P...) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |