#include <intervaltree.hpp>
Public Member Functions | |
| Interval (const Scalar &s, const Scalar &e, const Value &v) | |
Public Attributes | |
| Scalar | start |
| Scalar | stop |
| Value | value |
Definition at line 17 of file intervaltree.hpp.
|
inline |
Definition at line 22 of file intervaltree.hpp.
| Scalar mcap::internal::Interval< Scalar, Value >::start |
Definition at line 19 of file intervaltree.hpp.
| Scalar mcap::internal::Interval< Scalar, Value >::stop |
Definition at line 20 of file intervaltree.hpp.
| Value mcap::internal::Interval< Scalar, Value >::value |
Definition at line 21 of file intervaltree.hpp.