EscapeByResults

Aggregate the data collected by the escapeBy??() functions.

struct EscapeByResults {
VarDeclarations byref;
VarDeclarations byvalue;
FuncDeclarations byfunc;
Expressions byexp;
}

Members

Functions

reset
void reset()

Reset arrays so the storage can be used again

Suggestion Box / Bug Report