CompilationInfo

Information obtained during compilation time (if any)

Constructors

this
this(string fullFilePath, string file, ulong line, string moduleName, string functionName, string prettyFunctionName)

Constructs the compilation information with the provided parameters

Members

Functions

toArray
string[] toArray()

Flattens the known compile-time information into a string array

Variables

file
string file;
Undocumented in source.
fullFilePath
string fullFilePath;
Undocumented in source.
functionName
string functionName;
Undocumented in source.
line
ulong line;
Undocumented in source.
moduleName
string moduleName;
Undocumented in source.
prettyFunctionName
string prettyFunctionName;
Undocumented in source.

Meta