KiCad PCB EDA Suite
|
#include <job.h>
Public Member Functions | |
JOB_PARAM (const std::string &aJsonPath, ValueType *aPtr, ValueType aDefault) | |
virtual void | FromJson (const nlohmann::json &j) const override |
virtual void | ToJson (nlohmann::json &j) override |
Protected Attributes | |
ValueType * | m_ptr |
ValueType | m_default |
std::string | m_jsonPath |
|
inline |
|
inlineoverridevirtual |
Implements JOB_PARAM_BASE.
Definition at line 54 of file job.h.
References JOB_PARAM< ValueType >::m_default, JOB_PARAM_BASE::m_jsonPath, and JOB_PARAM< ValueType >::m_ptr.
|
inlineoverridevirtual |
Implements JOB_PARAM_BASE.
Definition at line 59 of file job.h.
References JOB_PARAM_BASE::m_jsonPath, and JOB_PARAM< ValueType >::m_ptr.
|
protected |
Definition at line 63 of file job.h.
Referenced by JOB_PARAM< ValueType >::FromJson().
|
protectedinherited |
Definition at line 40 of file job.h.
Referenced by JOB_PARAM< ValueType >::FromJson(), and JOB_PARAM< ValueType >::ToJson().
|
protected |
Definition at line 62 of file job.h.
Referenced by JOB_PARAM< ValueType >::FromJson(), and JOB_PARAM< ValueType >::ToJson().