Plasma Engine  2.0
Loading...
Searching...
No Matches
plRTTI::ForEachOptions Struct Reference

Classes

struct  Bits
 

Public Types

enum  Enum {
  None = 0 , ExcludeNonAllocatable = PL_BIT(0) , ExcludeAbstract = PL_BIT(1) , ExcludeNotConcrete = ExcludeNonAllocatable | ExcludeAbstract ,
  Default = None
}
 
using StorageType = plUInt8
 

Member Enumeration Documentation

◆ Enum

Enumerator
ExcludeNonAllocatable 

Excludes all types that cannot be allocated through plRTTI. 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.


The documentation for this struct was generated from the following file: