dmd.aggregate

Defines a Dsymbol representing an aggregate, which is a struct, union or class.

Specification: Structs, Class.

Members

Classes

AggregateDeclaration
class AggregateDeclaration

Enums

Baseok
enum Baseok
Undocumented in source.
ClassKind
enum ClassKind

The ClassKind enum is used in AggregateDeclaration AST nodes to specify the linkage type of the struct/class/interface or if it is an anonymous class. If the class is anonymous it is also considered to be a D class.

Sizeok
enum Sizeok
Undocumented in source.

Meta