My Project
|
#include <rpl_gtid.h>
Public Member Functions | |
bool | equals (const Interval &other) const |
Return true iff this interval is equal to the given interval. | |
Public Attributes | |
rpl_gno | start |
The first GNO of this interval. | |
rpl_gno | end |
The first GNO after this interval. | |
Interval * | next |
Pointer to next interval in list. |
Represents one element in the linked list of intervals associated with a SIDNO.