KiCad PCB EDA Suite
|
#include <property.h>
Public Member Functions | |
GETTER (FuncType aFunc) | |
T | operator() (const Owner *aOwner) const override |
Private Attributes | |
FuncType | m_func |
Definition at line 88 of file property.h.
|
inline |
Definition at line 91 of file property.h.
References m_func.
|
inlineoverridevirtual |
Implements GETTER_BASE< Owner, T >.
Definition at line 97 of file property.h.
|
private |
Definition at line 103 of file property.h.
Referenced by GETTER(), and operator()().