Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
IntervalTreeRawTest Class Reference
Inheritance diagram for IntervalTreeRawTest:
[legend]
Collaboration diagram for IntervalTreeRawTest:
[legend]

Protected Types

using IvTree = Interval_Tree< int >
 
using Node = IvTree::Node
 
using Key = Interval< int >
 

Protected Member Functions

void SetUp () override
 
void TearDown () override
 
Nodemake_node (int lo, int hi)
 

Protected Attributes

IvTree tree
 

Detailed Description

Definition at line 157 of file interval_tree_test.cc.

Member Typedef Documentation

◆ IvTree

Definition at line 160 of file interval_tree_test.cc.

◆ Key

Definition at line 162 of file interval_tree_test.cc.

◆ Node

Definition at line 161 of file interval_tree_test.cc.

Member Function Documentation

◆ make_node()

Node * IntervalTreeRawTest::make_node ( int  lo,
int  hi 
)
inlineprotected

Definition at line 173 of file interval_tree_test.cc.

◆ SetUp()

void IntervalTreeRawTest::SetUp ( )
inlineoverrideprotected

◆ TearDown()

void IntervalTreeRawTest::TearDown ( )
inlineoverrideprotected

Member Data Documentation

◆ tree

IvTree IntervalTreeRawTest::tree
protected

Definition at line 164 of file interval_tree_test.cc.

Referenced by SetUp(), and TearDown().


The documentation for this class was generated from the following file: