#include <vector>
Include dependency graph for IntervalSequenceTree.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | IntervalSequenceTree< Key, Allocator > |
class implementing an Interval Sequence Tree this is a tree for storing a changing sequence of intervals that was invented one rainy afternoon by Aaron Darling and Michael Rusch. More... | |
class | IntervalSequenceTree< Key, Allocator >::__generic_iterator< is_const > |
class | IntervalSequenceTree< Key, Allocator >::IstNode |
This class represents nodes of an Interval Sequence Tree. More... | |
class | type_select< Condition, If, Then > |
class | type_select< false, If, Then > |
Variables | |
const uint64 | IST_END = ((0xFFFFFFFF << 31) << 1 ) + 0xFFFFFFFF |
|
Definition at line 29 of file IntervalSequenceTree.h. Referenced by IntervalSequenceTree< Key, Allocator >::max_size(). |