|
| constexpr const char * | compileTier () |
| | Returns the license tier declared when this translation unit was compiled. More...
|
| |
| constexpr const char * | compileEdition () |
| | Returns the RADLib product edition declared when this translation unit was compiled. More...
|
| |
| constexpr bool | compileRequiresRuntimeLicenseKey () |
| | Returns true when this compile target expects runtime paid-license verification. More...
|
| |
| constexpr const char * | compileAuditStamp () |
| | Returns a stable audit stamp suitable for logs and about dialogs. More...
|
| |
| constexpr bool | communityBuild () |
| | Returns true when this translation unit was compiled as a community build. More...
|
| |
| constexpr bool | commercialBuild () |
| | Returns true when this translation unit was compiled as a commercial build. More...
|
| |
| constexpr bool | communityEdition () |
| | Returns true when this translation unit was compiled against Community Edition RADLib. More...
|
| |
| constexpr bool | paidEdition () |
| | Returns true when this translation unit was compiled against Paid Edition RADLib. More...
|
| |