Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "compilers/G++"

Index

Functions

Functions

gpp

  • gpp(input: string, output?: undefined | string, log?: undefined | false | true): Promise<Result>
  • gpp(opt: GPPOptions): Promise<Result>
  • Compiles a source file with G++

    Parameters

    • input: string

      Source file to be compiled

    • Optional output: undefined | string

      Output file

    • Optional log: undefined | false | true

    Returns Promise<Result>

  • Compiles a source file according to the options passed with G++

    Parameters

    Returns Promise<Result>

Generated using TypeDoc