Interface IRemapping
Unit
Neslib.Clang
Declaration
type IRemapping = interface(IInterface)
Description
A remapping of original source files and their translated files. Implemented by TRemapping.
Attributes
- GUID['{7F1E48C4-2937-4BDE-AF40-E4980B08043D}']
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
function GetCount: Integer; |
|
 |
function GetOriginalFilename(const AIndex: Integer): String; |
|
 |
function GetAssociatedFilename(const AIndex: Integer): String; |
|
 |
function GetHandle: TCXRemapping; |
|
Properties
 |
property Count: Integer read GetCount; |
The number of remappings.
|
 |
property OriginalFilenames[constAIndex:Integer]: String read GetOriginalFilename; |
The original filenames from the remapping.
|
 |
property AssociatedFilenames[constAIndex:Integer]: String read GetAssociatedFilename; |
The associated filename from the remapping.
|
 |
property Handle: TCXRemapping read GetHandle; |
Internal handle to C API
|
Generated by PasDocEx, based on PasDoc 0.14.0.
|