CFunction.this

C function representation.

  1. this(const USRType usr, const CFunctionName name, const CxParam[] params_, const CxReturnType return_type, const VariadicType is_variadic, const StorageClass storage_class)
    struct CFunction
    this
    @safe
    (
    const USRType usr
    ,
    const CFunctionName name
    ,
    const CxParam[] params_
    ,
    const CxReturnType return_type
    ,
    const VariadicType is_variadic
    ,
    const StorageClass storage_class
    )
  2. this(USRType usr, const CFunctionName name, const CxReturnType return_type)
  3. this(USRType usr, const CFunctionName name)

Meta