Handbook
Glossary
__p_starttime>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
__p_starttime>>
( object -- value )
Methods
USING:
accessors
classes.struct
classes.struct.private
tools.ps.macos.private
unix.time
;
M:
extern_proc
__p_starttime>>
T{
struct-slot-spec
{
name
"__p_starttime"
}
{
offset 0
}
{
class
timeval
}
{
initial
S{
timeval
{
sec 0
}
{
usec 0
}
}
}
{
type
timeval
}
}
read-struct-slot
;
inline