Ntk.Lib.Timer Reference Manual
Packages
vd
Ntk
Lib
Timer
Timer
get_msec_ttl
get_string_msec_ttl
is_expired
is_younger
set_time
exp
Timer
Object Hierarchy:
Description:
public
class
Timer
:
Object
Class for "timeouts" or "timespans"
All known sub-classes:
TimeCapsule
Namespace:
Ntk.Lib
Package:
vd
Content:
Creation methods:
public
Timer
(
long
msec_ttl)
Methods:
protected
void
set_time
(
long
msec_ttl)
protected
long
get_msec_ttl
()
public
bool
is_younger
(
Timer
t)
public
bool
is_expired
()
public
string
get_string_msec_ttl
()
Fields:
protected
TimeVal
exp