ddmd.dmodule

Compiler implementation of the D programming language.

Members

Aliases

PKGmodule
alias PKGmodule = PKG.PKGmodule
Undocumented in source.
PKGpackage
alias PKGpackage = PKG.PKGpackage
Undocumented in source.
PKGunknown
alias PKGunknown = PKG.PKGunknown
Undocumented in source.

Classes

Module
class Module
Package
class Package

Enums

PKG
enum PKG
Undocumented in source.

Functions

getcwd
char* getcwd(char* buffer, size_t maxlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lookForSourceFile
const(char)* lookForSourceFile(const(char)** path, const(char)* filename)

Look for the source file if it's different from filename. Look for .di, .d, directory, and along global.path. Does not open the file. Output: path the path where the file was found if it was not the current directory Input: filename as supplied by the user global.path

Structs

ModuleDeclaration
struct ModuleDeclaration

Meta

Source

See Source File
$(DMDSRC _dmodule.d)