ocean.util.container.btree.BTreeMap

B-Tree data structure and operations on it.

Members

Functions

makeBTreeMap
BTreeMap!(KeyType, ValueType, tree_degree) makeBTreeMap(IMemManager allocator)

Constructor-like method. Constructs the BTreeMap and initializes it.

Structs

BTreeMap
struct BTreeMap(TreeKeyType, TreeValueType, int tree_degree)

BTree structure.

File
struct File

File structure - represents a directory or a file For testing if the BTreeMap works with other value types

Meta

License

Boost Software License Version 1.0. See LICENSE_BOOST.txt for details. Alternatively, this file may be distributed under the terms of the Tango 3-Clause BSD License (see LICENSE_BSD.txt for details).