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 139 of file property.h.
|
delete |
|
inlinestaticconstexpr |
Definition at line 167 of file property.h.
References T.
|
inlinestaticconstexpr |
Definition at line 152 of file property.h.
References T.
|
inlinestaticconstexpr |
Definition at line 162 of file property.h.
References T.
|
inlinestaticconstexpr |
Definition at line 147 of file property.h.
References T.
|
inlinestaticconstexpr |
Definition at line 157 of file property.h.
References T.
|
inlinestatic |
Definition at line 142 of file property.h.
References T.
|
inlinestaticconstexpr |
Definition at line 182 of file property.h.
References T.
|
inlinestaticconstexpr |
Definition at line 177 of file property.h.
References T.
|
inlinestaticconstexpr |
Definition at line 172 of file property.h.
References T.