Pointer_To_Member_Type¶
- class Pointer_To_Member_Type (abstract, logical)¶
Pointer to member types. Note: there are no Reference-to-member types in C++
- Direct parents:
inherits Pointer_Type
- Ancestor classes and implemented interfaces:
Declarative_Node, Logical_IR_Root, Pointer_Type, Symbol, Type, Unnamed_Type
- Direct child classes:
subclass Pointer_To_Field_Type
subclass Pointer_To_Method_Type
Field
Kind
Type
Description
Class_Of_Member
semantic
class Type
Class to whose members this pointer can point. Could be a composite type, a composite template parameter, or an unknown class type
Pointed_To_Type (from Pointer_Type)
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