PostprocessorRegistrationEntry

An entry in registeredPostprocessors corresponding to a postprocessor registered to be instantiated on library initialisation.

Constructors

this
this(Priority priority, typeof(this.ctor) ctor)

Constructor.

Members

Variables

ctor
Postprocessor function() ctor;

Function pointer to a "constructor"/builder that instantiates the relevant postprocessor.

priority
Priority priority;

Priority at which to instantiate the postprocessor. A lower priority makes it get instantiated before other postprocessors.