Target

Base class for all targets.

Constructors

this
this()
Undocumented in source.

Members

Functions

configure
void configure()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin PropertiesOperators!_properties
Undocumented in source.

Properties

isExternal
bool isExternal [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
properties
inout(Properties) properties [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_properties
Properties _properties;
Undocumented in source.
context
MagicContext context;
Undocumented in source.

Meta