Interface IDiagnosticSet
Unit
Neslib.Clang
Declaration
type IDiagnosticSet = interface(IInterface)
Description
A group of IDiagnostics.
Attributes
- GUID['{967B9561-6222-4CFB-989E-CCD2450EB9E9}']
Hierarchy
- IInterface
- IDiagnosticSet
Overview
Methods
Properties
Description
Methods
 |
function GetCount: Integer; |
|
 |
function GetDiagnostic(const AIndex: Integer): IDiagnostic; |
|
 |
function GetHandle: TCXDiagnosticSet; |
|
Properties
 |
property Handle: TCXDiagnosticSet read GetHandle; |
Internal handle to C API
|
Generated by PasDocEx, based on PasDoc 0.14.0.
|