Interface ICompileCommands
Unit
Neslib.Clang
Declaration
type ICompileCommands = interface(IInterface)
Description
Contains the results of a search in the compilation database.
When searching for the compile command for a file, the compilation db can return several commands, as the file may have been compiled with different options in different places of the project. This choice of compile commands is wrapped in this opaque data structure.
Attributes
- GUID['{821BBBB9-D1EE-4F60-83B7-9066FFEE4067}']
Hierarchy
- IInterface
- ICompileCommands
Overview
Methods
Properties
Description
Methods
 |
function GetCount: Integer; |
|
 |
function GetHandle: TCXCompileCommands; |
|
Properties
 |
property Count: Integer read GetCount; |
The number of compile commands we have for a file
|
 |
property Handle: TCXCompileCommands read GetHandle; |
Internal handle to C API
|
Generated by PasDocEx, based on PasDoc 0.14.0.
|