|
KiCad PCB EDA Suite
|
#include <cstdint>#include <optional>Go to the source code of this file.
Namespaces | |
| namespace | KIPLATFORM |
| namespace | KIPLATFORM::POLICY |
Enumerations | |
| enum class | KIPLATFORM::POLICY::PBOOL { KIPLATFORM::POLICY::ENABLED , KIPLATFORM::POLICY::DISABLED , KIPLATFORM::POLICY::NOT_CONFIGURED } |
Functions | |
| PBOOL | KIPLATFORM::POLICY::GetPolicyBool (const wxString &aKey) |
| std::optional< std::uint32_t > | KIPLATFORM::POLICY::GetPolicyEnumUInt (const wxString &aKey) |
| template<typename T> | |
| std::optional< T > | KIPLATFORM::POLICY::GetPolicyEnum (const wxString &aKey) |