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 87 of file property.h.
|
inline |
Definition at line 90 of file property.h.
References m_func.
|
inlineoverridevirtual |
Implements GETTER_BASE< Owner, T >.
Definition at line 96 of file property.h.
|
private |
Definition at line 102 of file property.h.
Referenced by GETTER(), and operator()().