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;

compile time usage file (relative)

fullFilePath
string fullFilePath;

compile time usage file

functionName
string functionName;

compile time usage function

line
ulong line;

compile time usage line number

moduleName
string moduleName;

compile time usage module

prettyFunctionName
string prettyFunctionName;

compile time usage function (pretty)

Meta