glued.scan

Undocumented in source.

Public Imports

glued.scannable
public import glued.scannable;
Undocumented in source.

Members

Functions

isGluedImplModule
bool isGluedImplModule(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
listScannables
Scannable[] listScannables(Scannable s)
Undocumented in source. Be warned that the author may not have intended to support it.
listScannables
Scannable[] listScannables(Scannable[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
prepareScan
string prepareScan()
Undocumented in source. Be warned that the author may not have intended to support it.
scanIndexModule
string scanIndexModule()
Undocumented in source. Be warned that the author may not have intended to support it.
scanModule
string scanModule()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

NoOp
enum NoOp;
Undocumented in source.

Mixin templates

unrollLoopThrough
mixintemplate unrollLoopThrough(alias roots, string setup, alias consumer, string teardown, string f = __FILE__, int l = __LINE__)
Undocumented in source.
unrollLoopThrough
mixintemplate unrollLoopThrough(alias roots, string setup, alias consumer, string teardown)
Undocumented in source.

Meta