| 
    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 | 
Definition at line 54 of file job.h.
References JOB_PARAM_BASE::JOB_PARAM_BASE(), m_default, and m_ptr.
      
  | 
  inlineoverridevirtual | 
Implements JOB_PARAM_BASE.
Reimplemented in JOB_PARAM_LSEQ.
Definition at line 60 of file job.h.
References m_default, JOB_PARAM_BASE::m_jsonPath, and m_ptr.
      
  | 
  inlineoverridevirtual | 
Implements JOB_PARAM_BASE.
Reimplemented in JOB_PARAM_LSEQ.
Definition at line 65 of file job.h.
References JOB_PARAM_BASE::m_jsonPath, and m_ptr.
      
  | 
  protected | 
Definition at line 69 of file job.h.
Referenced by FromJson(), and JOB_PARAM().
      
  | 
  protectedinherited | 
Definition at line 46 of file job.h.
Referenced by JOB_PARAM< ValueType >::FromJson(), JOB_PARAM_LIST< ListElementType >::FromJson(), JOB_PARAM_BASE(), JOB_PARAM< ValueType >::ToJson(), and JOB_PARAM_LIST< ListElementType >::ToJson().
      
  | 
  protected | 
Definition at line 68 of file job.h.
Referenced by FromJson(), JOB_PARAM(), and ToJson().