KiCad PCB EDA Suite
Loading...
Searching...
No Matches
policy.h File Reference
#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 >
KIPLATFORM::POLICY::GetPolicyEnum (const wxString &aKey)