DefinitionElement

Returned by list-definitions

Members

Variables

attributes
string[string] attributes;
line
int line;
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)

Meta