CascadingTimeQueue

Undocumented in source.

Members

Aliases

OwnerAttrType
alias OwnerAttrType = ListType*
Undocumented in source.

Functions

cancel
void cancel(T entry)
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
cyclesTillNextEntry
ulong cyclesTillNextEntry(TscTimePoint now)
Undocumented in source. Be warned that the author may not have intended to support it.
insert
void insert(T entry)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(T t, uint level, uint bin) @(nogc) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
open
void open(Duration resolution, TscTimePoint startTime)
Undocumented in source. Be warned that the author may not have intended to support it.
open
void open(long resolutionCycles, TscTimePoint startTime)
Undocumented in source. Be warned that the author may not have intended to support it.
pop
T pop(TscTimePoint now)
Undocumented in source. Be warned that the author may not have intended to support it.
timeTillNextEntry
Duration timeTillNextEntry(TscTimePoint now)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta