Ev::depthReturns recursion depth Description
final
public
static
int Ev::depth()
The number of times
Ev::run
was entered minus the number of times
Ev::run
was exited normally, in other words, the recursion depth. Outside
Ev::run
, this number is
ParametersThis function has no parameters. Return Valuesev_depth returns recursion depth of the default loop. See Also
|