STX B+ Tree Template Classes  0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
stx::btree_set< _Key, _Compare, _Traits, _Alloc >::empty_struct Struct Reference

The macro BTREE_FRIENDS can be used by outside class to access the B+ tree internals. More...


Detailed Description

template<typename _Key, typename _Compare = std::less<_Key>, typename _Traits = btree_default_set_traits<_Key>, typename _Alloc = std::allocator<_Key>>
struct stx::btree_set< _Key, _Compare, _Traits, _Alloc >::empty_struct

The macro BTREE_FRIENDS can be used by outside class to access the B+ tree internals.

This was added for wxBTreeDemo to be able to draw the tree.

Definition at line 91 of file btree_set.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines