Polymake Template Library (PTL) 4.12
Public Member Functions | Public Attributes | List of all members
pm::AVL::node< K, D > Struct Template Reference

#include <AVL.h>

Collaboration diagram for pm::AVL::node< K, D >:
Collaboration graph
[legend]

Public Member Functions

 node (const node &o)
 doesn't copy the tree links
 

Public Attributes

Ptr< nodelinks [3]
 links in the tree
 
value_type key_and_data
 key and data fields
 

Detailed Description

template<typename K, typename D>
struct pm::AVL::node< K, D >

Standard node of an AVL tree @tmplparam K type of the key field @tmplparam D type of the data field


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