HOG2
Public Attributes | List of all members
Treap< key >::TreapNode Struct Reference

Public Attributes

key value
 
long randValue
 
size_t left
 
size_t right
 
size_t parent
 

Detailed Description

template<class key>
struct Treap< key >::TreapNode

Definition at line 16 of file Treap.h.

Member Data Documentation

◆ left

template<class key >
size_t Treap< key >::TreapNode::left

Definition at line 20 of file Treap.h.

◆ parent

template<class key >
size_t Treap< key >::TreapNode::parent

Definition at line 20 of file Treap.h.

◆ randValue

template<class key >
long Treap< key >::TreapNode::randValue

Definition at line 19 of file Treap.h.

◆ right

template<class key >
size_t Treap< key >::TreapNode::right

Definition at line 20 of file Treap.h.

◆ value

template<class key >
key Treap< key >::TreapNode::value

Definition at line 18 of file Treap.h.


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