autowrap v0.2.9 (2018-10-30T19:17:18Z)
Dub
Repo
Functions
autowrap
reflection
Undocumented in source.
template
Functions
(Module module_)
template
Functions
(alias module_, Flag!"alwaysExport" alwaysExport = No.alwaysExport)
template
Functions (
alias
module_
Flag
!"alwaysExport"
alwaysExport
=
No
.
alwaysExport
)
if
(
!
is
(
typeof
(
module_
) ==
string
)
) {
import
std
.
meta
:
Filter
,
staticMap
;
;
import
std
.
meta
:
Filter
,
staticMap
;
;
template
Function
(string memberName)
;
template
notVoid
(A...)
;
alias
Functions
=
Filter
!(
notVoid
,
staticMap
!(
Function
,
__traits
(
allMembers
,
module_
)))
;
}
Members
Aliases
Functions
alias
Functions
=
Filter
!(
notVoid
,
staticMap
!(
Function
,
__traits
(
allMembers
,
module_
)))
Undocumented in source.
Templates
Function
template
Function
(string memberName)
Undocumented in source.
notVoid
template
notVoid
(A...)
Undocumented in source.
Meta
Source
See Implementation
autowrap
reflection
enums
isModule
structs
Module
templates
AllAggregates
AllFunctions
FunctionSymbol
Functions
Symbol
isExportFunction
isUserAggregate