DefinitionElement

Returned by list-definitions

Members

Functions

isVerboseType
bool isVerboseType()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

attributes
string[string] attributes;
line
int line;

1-based line number

name
string name;
range
int[2] range;
type
string type;

One of * c = class * s = struct * i = interface * T = template * f = function/ctor/dtor * g = enum {} * u = union * e = enum member/definition * v = variable/invariant * a = alias * U = unittest (only in verbose mode) * D = debug specification (only in verbose mode) * V = version specification (only in verbose mode) * C = static module ctor (only in verbose mode) * S = shared static module ctor (only in verbose mode) * Q = static module dtor (only in verbose mode) * W = shared static module dtor (only in verbose mode) * P = postblit/copy ctor (only in verbose mode)

Meta