dextool ~master (2018-04-15T20:31:52Z)
Dub
Repo
CFunction.this
cpptooling
data
representation
CFunction
Function with no parameters and returning void.
this
(
const
USRType
usr
,
const
CFunctionName
name
,
const
CxParam
[]
params_
,
const
CxReturnType
return_type
,
const
VariadicType
is_variadic
,
const
StorageClass
storage_class
)
this
(
USRType
usr
,
const
CFunctionName
name
,
const
CxReturnType
return_type
)
this
(
USRType
usr
,
const
CFunctionName
name
)
struct
CFunction
this
@
safe
(
USRType
usr
,
const
CFunctionName
name
)
Meta
Source
See Implementation
cpptooling
data
representation
CFunction
constructors
this
functions
isVariadic
paramRange
Function with no parameters and returning void.