Interface ISourceRangeList
Unit
Neslib.Clang
Declaration
type ISourceRangeList = interface(IInterface)
Description
A list of source ranges
Attributes
- GUID['{60F53CC7-F1AE-48E7-8C79-A07499FAAED2}']
Hierarchy
- IInterface
- ISourceRangeList
Overview
Methods
Properties
Description
Methods
 |
function GetCount: Integer; |
|
 |
function GetHandle: PCXSourceRangeList; |
|
Properties
 |
property Handle: PCXSourceRangeList read GetHandle; |
Internal handle to C API
|
Generated by PasDocEx, based on PasDoc 0.14.0.
|