DMDEngine

Undocumented in source.

Constructors

this
this(string compiler, string tmpDir)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

evalDecl
EngineResult evalDecl(char[] decl)
Undocumented in source. Be warned that the author may not have intended to support it.
evalExpr
EngineResult evalExpr(char[] expr)
Undocumented in source. Be warned that the author may not have intended to support it.
evalStmt
EngineResult evalStmt(char[] stmt)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_compiler
string _compiler;
Undocumented in source.
_id
size_t _id;
Undocumented in source.
_tmpDir
string _tmpDir;
Undocumented in source.

Meta