Composite_Template_Type_Parameter

class Composite_Template_Type_Parameter (concrete, logical)
Direct parents:
Ancestor classes and implemented interfaces:

Declarative_Node, Dependent_Composite_Type_Interface, General_Composite_Template_Type_Parameter, Logical_IR_Root, Member, Named_Entity, Named_Type, Symbol, Template_Parameter_Interface, Template_Type_Parameter, Type

Field

Kind

Type

Description

Default_Type (from Template_Type_Parameter)

semantic

class Type

Size (from Type)

attribute

builtin Natural

Alignment_Log (from Type)

attribute

builtin Byte

log2 of the type’s alignment

Alignment (from Type)

attribute

builtin Natural

Alignment of the type (must be a power of 2)

Size_In_Bits (from Type)

attribute

builtin UInt64

Size of the type, in bits.

Parent (from Logical_IR_Root)

semantic

class Logical_IR_Root

Physical (from Logical_IR_Root)

semantic to physical

class Physical_IR_Root

Nested_Types (from Dependent_Composite_Type_Interface)

syntactic

set of class Named_Type

Nested_Objects (from Dependent_Composite_Type_Interface)

syntactic

set of class Object

Position (from Template_Parameter_Interface)

attribute

builtin Natural

Is_Pack (from Template_Parameter_Interface)

attribute

builtin Boolean

Whether this is parameter pack. (C++11 typename... T or int... N)

Visibility (from Member)

attribute

enum Visibility_Type

Name (from Named_Entity)

attribute

builtin String