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 85 of file property.h.
|
inline |
Definition at line 88 of file property.h.
References GETTER< Owner, T, FuncType >::m_func.
|
inlineoverridevirtual |
Implements GETTER_BASE< Owner, T >.
Definition at line 94 of file property.h.
References GETTER< Owner, T, FuncType >::m_func.
|
private |
Definition at line 100 of file property.h.
Referenced by GETTER< Owner, T, FuncType >::GETTER(), and GETTER< Owner, T, FuncType >::operator()().