DUnitConstructorIterator

Iterate through the constructors of T generating code using the generator.

template DUnitConstructorIterator (
T
string generator
) if (
is(T == class)
) {}

Members

Manifest constants

DUnitConstructorIterator
enum DUnitConstructorIterator;
Undocumented in source.

Parameters

T

The class to inspect.

generator

The template to use to generate code for each constructor.

Meta