Polymake Template Library (PTL): pm::AVL::node< K, D > Struct Template Reference
Polymake Template Library (PTL)  4.2
pm::AVL::node< K, D > Struct Template Reference
Collaboration diagram for pm::AVL::node< K, D >:

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:
  • lib/core/include/internal/AVL.h