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 137 of file property.h.
|
delete |
|
inlinestaticconstexpr |
Definition at line 165 of file property.h.
|
inlinestaticconstexpr |
Definition at line 150 of file property.h.
|
inlinestaticconstexpr |
Definition at line 160 of file property.h.
|
inlinestaticconstexpr |
Definition at line 145 of file property.h.
|
inlinestaticconstexpr |
Definition at line 155 of file property.h.
|
inlinestatic |
Definition at line 140 of file property.h.
|
inlinestaticconstexpr |
Definition at line 180 of file property.h.
|
inlinestaticconstexpr |
Definition at line 175 of file property.h.
|
inlinestaticconstexpr |
Definition at line 170 of file property.h.