- 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.