implement all functions with a fixed tick size for the double keys */
| 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 | { |
no test coverage detected