Uses of Class
de.ibapl.jnhw.annontation.posix.sys.types.time_t
-
Packages that use time_t Package Description de.ibapl.jnhw.posix Very thin and safe wrapper classes around common used headers on a POSIX system.de.ibapl.jnhw.posix.sys Very thin and safe wrapper classes around common used headers on a POSIX system under thesyspath. -
-
Uses of time_t in de.ibapl.jnhw.posix
Methods in de.ibapl.jnhw.posix with annotations of type time_t Modifier and Type Method Description static longTime. mktime(Time.Tm timeptr)static longTime. time(LongRef tloc)POSIX: time - get time.longTime.Timespec. tv_sec()Seconds.Method parameters in de.ibapl.jnhw.posix with annotations of type time_t Modifier and Type Method Description static StringTime. ctime(long clock)static StringTime. ctime_r(long clock, OpaqueMemory32 buf)static doubleTime. difftime(long time1, long time0)static doubleTime. difftime(long time1, long time0)static Time.TmTime. gmtime(long timer)static Time.TmTime. gmtime_r(long timer, Time.Tm result)static Time.TmTime. localtime(long timer)static Time.TmTime. localtime_r(long timer, Time.Tm result)POSIX: poll - input/output multiplexing.static longTime. time(LongRef tloc)POSIX: time - get time.voidTime.Timespec. tv_sec(long tv_sec)Seconds. -
Uses of time_t in de.ibapl.jnhw.posix.sys
Classes in de.ibapl.jnhw.posix.sys with annotations of type time_t Modifier and Type Class Description static classTypes.Time_tMethods in de.ibapl.jnhw.posix.sys with annotations of type time_t Modifier and Type Method Description longTypes.Time_t. getValue()Method parameters in de.ibapl.jnhw.posix.sys with annotations of type time_t Modifier and Type Method Description voidTypes.Time_t. setValue(long value)
-