KiCad PCB EDA Suite
|
#include <property.h>
Public Member Functions | |
METHOD ()=delete | |
Static Public Member Functions | |
static GETTER_BASE< Owner, T > * | Wrap (T(Base::*aFunc)()) |
static constexpr GETTER_BASE< Owner, T > * | Wrap (const T(Base::*aFunc)()) |
static constexpr GETTER_BASE< Owner, T > * | Wrap (const T &(Base::*aFunc)()) |
static constexpr GETTER_BASE< Owner, T > * | Wrap (T(Base::*aFunc)() const) |
static constexpr GETTER_BASE< Owner, T > * | Wrap (const T(Base::*aFunc)() const) |
static constexpr GETTER_BASE< Owner, T > * | Wrap (const T &(Base::*aFunc)() const) |
static constexpr SETTER_BASE< Owner, T > * | Wrap (void(Base::*aFunc)(T)) |
static constexpr SETTER_BASE< Owner, T > * | Wrap (void(Base::*aFunc)(T &)) |
static constexpr SETTER_BASE< Owner, T > * | Wrap (void(Base::*aFunc)(const T &)) |
Definition at line 138 of file property.h.
|
delete |
|
inlinestaticconstexpr |
Definition at line 166 of file property.h.
|
inlinestaticconstexpr |
Definition at line 151 of file property.h.
|
inlinestaticconstexpr |
Definition at line 161 of file property.h.
|
inlinestaticconstexpr |
Definition at line 146 of file property.h.
|
inlinestaticconstexpr |
Definition at line 156 of file property.h.
|
inlinestatic |
Definition at line 141 of file property.h.
|
inlinestaticconstexpr |
Definition at line 181 of file property.h.
|
inlinestaticconstexpr |
Definition at line 176 of file property.h.
|
inlinestaticconstexpr |
Definition at line 171 of file property.h.