MCPcopy Create free account
hub / github.com/TUC-ProAut/libRSF / find

Method find

include/DataStream.h:60–63  ·  view source on GitHub ↗

implement all functions with a fixed tick size for the double keys */

Source from the content-addressed store, hash-verified

58
59 /** implement all functions with a fixed tick size for the double keys */
60 iterator find (const double &Time)
61 {
62 return BaseClass::find(roundToTick(Time));
63 }
64
65 const_iterator find (const double &Time) const
66 {

Callers 7

removeElementMethod · 0.80
checkIDMethod · 0.80
DataSetClass · 0.80
getElementMethod · 0.80
setElementMethod · 0.80
getTimePrevMethod · 0.80
getTimeBelowOrEqualMethod · 0.80

Calls 1

roundToTickFunction · 0.85

Tested by

no test coverage detected