STX B+ Tree Template Classes  0.9
Classes | Namespaces
stx/btree_set.h File Reference

Contains the specialized B+ tree template class btree_set. More...

#include <stx/btree.h>

Go to the source code of this file.

Classes

class  stx::btree_set< _Key, _Compare, _Traits, _Alloc >
 Specialized B+ tree template class implementing STL's set container. More...
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. More...

Namespaces

namespace  stx
 

STX - Some Template Extensions namespace.



Detailed Description

Contains the specialized B+ tree template class btree_set.

Definition in file btree_set.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines