#include <dx_license.h>
|
| enum | { demo
, beta
, perpetual
} |
| |
| typedef std::pair<::CFStringRef, std::function< bool(::CFStringRef, ::CFTypeRef)> > | check |
| |
|
| std::map< check::first_type, check::second_type > | checks {} |
| |
| enum dx::license:: { ... } | type |
| |
|
| static constexpr const char * | name [] {"demo", "beta", "perpetual"} |
| |
◆ check
| typedef std::pair<::CFStringRef, std::function<bool(::CFStringRef, ::CFTypeRef)> > dx::license::check |
◆ anonymous enum
| Enumerator |
|---|
| demo | |
| beta | |
| perpetual | |
◆ license()
| dx::license::license |
( |
::CFDictionaryRef | dictionary, |
|
|
::SecCertificateRef | root, |
|
|
decltype(checks)&& | check ) |
|
inline |
◆ checks
| std::map<check::first_type, check::second_type> dx::license::checks {} |
◆ name
| constexpr const char* dx::license::name[] {"demo", "beta", "perpetual"} |
|
staticconstexpr |
◆ []
| enum { ... } dx::license::type |
The documentation for this class was generated from the following file: