KiCad PCB EDA Suite
|
#include <cstdint>
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::uint32_t | KIPLATFORM::POLICY::GetPolicyEnumUInt (const wxString &aKey) |
template<typename T > | |
T | KIPLATFORM::POLICY::GetPolicyEnum (const wxString &aKey) |