Variable ClassDefinition.attributes

A set of attributes. Combine multiple attributes with bitwise OR.

struct ClassDefinition
{
  // ...
  ClassAttributes attributes ;
  // ...
}