Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Variables
Constants
Functions and Procedures
Identifiers

Class TIFTypeRec

Unit

ifps3

Declaration

type TIFTypeRec = class

Description

TIFTypeRec contains type info

Fields

 NameDescription
Protected FRealSize  

Methods

Overview

Public constructor Create(Owner: TIFPSExec);
Public destructor Destroy; override;
Public procedure CalcSize; virtual;

Description

Public constructor Create(Owner: TIFPSExec);

 

Public destructor Destroy; override;

 

Public procedure CalcSize; virtual;

Calculate the size for this typerec

Properties

Overview

Public property Attributes: TIFPSRuntimeAttributes;
Public property BaseType: TIFPSBaseType;
Public property ExportName: string;
Public property ExportNameHash: Longint;
Public property RealSize: Cardinal;

Description

Public property Attributes: TIFPSRuntimeAttributes;

Attributes

Public property BaseType: TIFPSBaseType;

the "base type" for this type

Public property ExportName: string;

Export name

Public property ExportNameHash: Longint;

Hash for the export name

Public property RealSize: Cardinal;

The size this type occupies