Interface IModuleMapDescriptor
Unit
Neslib.Clang
Declaration
type IModuleMapDescriptor = interface(IInterface)
Description
Object encapsulating information about a module.map file.
Attributes
- GUID['{4A0E063B-1438-4D74-90CC-54A7B5C80C85}']
Hierarchy
- IInterface
- IModuleMapDescriptor
Overview
Methods
Properties
Description
Methods
 |
function GetHandle: TCXModuleMapDescriptor; |
|
 |
function SetFrameworkModuleName(const AName: String): TError; |
Sets the framework module name that the module.map describes.
|
 |
function SetUmbrellaHeader(const AName: String): TError; |
Sets the umbrealla header name that the module.map describes.
|
 |
function WriteToBuffer(out ABuffer: TBytes): TError; |
Write out the descriptor object to a byte buffer.
|
Properties
 |
property Handle: TCXModuleMapDescriptor read GetHandle; |
Internal handle to C API
|
Generated by PasDocEx, based on PasDoc 0.14.0.
|