TypeRegistration

Undocumented in source.

Constructors

this
this(string typeId, shared(Registration)[] regs)
Undocumented in source.
this
this()
Undocumented in source.
this
this(shared(Registration)[] regs)
Undocumented in source.

Members

Aliases

registry
alias registry = Services.getRegistry
Undocumented in source.

Functions

addRegistration
void addRegistration(shared(Registration) reg)
Undocumented in source. Be warned that the author may not have intended to support it.
addRegistrations
void addRegistrations(shared(Registration)[] regs)
Undocumented in source. Be warned that the author may not have intended to support it.
lookupRegistrations
shared(Registration)[] lookupRegistrations(string typeId, string[string] matches)
Undocumented in source. Be warned that the author may not have intended to support it.
removeRegistration
void removeRegistration(shared(Registration) r)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

registrations
Registration[] registrations;
Undocumented in source.
typeId
string typeId;
Undocumented in source.

Meta