![]() |
ezEngine
Release 25.03
|
Classes | |
struct | Bits |
Public Types | |
enum | Enum { None = 0, ExcludeNonAllocatable = EZ_BIT(0), ExcludeAbstract = EZ_BIT(1), ExcludeNotConcrete = ExcludeNonAllocatable | ExcludeAbstract, Default = None } |
using | StorageType = ezUInt8 |
Enumerator | |
---|---|
ExcludeNonAllocatable | Excludes all types that cannot be allocated through ezRTTI. They may still be creatable through regular C++, though. |
ExcludeAbstract | Excludes all types that are marked as 'abstract'. They may not be abstract in the C++ sense, though. |