CCTLib
Calling-context and data-object attribution library for Intel Pin
rbtree.h File Reference
#include <iostream>
#include <stdint.h>
+ Include dependency graph for rbtree.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TreeNode< K, V, S >
 
class  RBTree< K, V, S >
 

Enumerations

enum  COLOR { BLACK = 0 , RED = 1 }
 

Enumeration Type Documentation

◆ COLOR

enum COLOR
Enumerator
BLACK 
RED 

Definition at line 13 of file rbtree.h.