| 
    KiCad PCB EDA Suite
    
   | 
 
This is the complete list of members for PARAM_LIST< Type >, including all inherited members.
| ClearUnknownKeys() const | PARAM_BASE | inline | 
| GetJsonPath() const | PARAM_BASE | inline | 
| Load(const JSON_SETTINGS &aSettings, bool aResetIfMissing=true) const override | PARAM_LIST< Type > | inlinevirtual | 
| m_clearUnknownKeys | PARAM_BASE | protected | 
| m_default | PARAM_LIST< Type > | protected | 
| m_path | PARAM_BASE | protected | 
| m_ptr | PARAM_LIST< Type > | protected | 
| m_readOnly | PARAM_BASE | protected | 
| m_resetIfEmpty | PARAM_LIST< Type > | protected | 
| MatchesFile(const JSON_SETTINGS &aSettings) const override | PARAM_LIST< Type > | inlinevirtual | 
| PARAM_BASE(std::string aJsonPath, bool aReadOnly) | PARAM_BASE | inline | 
| PARAM_LIST(const std::string &aJsonPath, std::vector< Type > *aPtr, std::initializer_list< Type > aDefault, bool aResetIfEmpty=false) | PARAM_LIST< Type > | inline | 
| PARAM_LIST(const std::string &aJsonPath, std::vector< Type > *aPtr, std::vector< Type > aDefault, bool aResetIfEmpty=false) | PARAM_LIST< Type > | inline | 
| SetClearUnknownKeys(bool aSet=true) | PARAM_BASE | inline | 
| SetDefault() override | PARAM_LIST< Type > | inlinevirtual | 
| Store(JSON_SETTINGS *aSettings) const override | PARAM_LIST< Type > | inlinevirtual | 
| ~PARAM_BASE()=default | PARAM_BASE | virtual |