InclusionDirective

public struct InclusionDirective: ClangCursorBacked

A #include directive.

  • Retrieve the file that is included by the given inclusion directive.

    Declaration

    Swift

    public var includedFile: File?