|
Ev::depthReturns recursion depth Beschreibung
final
public
static
int
Ev::depth
( void
)
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
Parameter-ListeDiese Funktion hat keine Parameter. Rückgabewerteev_depth returns recursion depth of the default loop. Siehe auch
|