Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec > Member List

This is the complete list of members for Aleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >, including all inherited members.

at(const Key &key) constAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inline
auto_sync_enabled() const noexceptAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inline
checkpoint() constAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inline
checkpoint_sequence() const noexceptAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inline
clear()Aleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inline
contains(const Key &key) constAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inline
empty() const noexceptAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inline
equals_key(const Key &lhs, const Key &rhs) constAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inlineprivate
file_path() const noexceptAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inline
find(const Key &key) constAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inline
find_record(const Key &key) constAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inlineprivate
Gen_File_B_Map(std::string file_path, const bool auto_sync=true, const Compare &cmp=Compare())Aleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inlineexplicit
Gen_File_B_Map(std::string file_path, const open_mode_type open_mode, const bool auto_sync=true, const Compare &cmp=Compare())Aleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inlineexplicit
Gen_File_B_Map(const char *file_path, const bool auto_sync=true, const Compare &cmp=Compare())Aleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inlineexplicit
Gen_File_B_Map(const char *file_path, const open_mode_type open_mode, const bool auto_sync=true, const Compare &cmp=Compare())Aleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inlineexplicit
Gen_File_B_Map(const Gen_File_B_Map &)=deleteAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >
Gen_File_B_Map(Gen_File_B_Map &&)=deleteAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >
height() const noexceptAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inline
insert(const Key &key, const Value &value)Aleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inline
insert_or_assign(const Key &key, const Value &value)Aleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inline
is_read_only() const noexceptAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inline
items() constAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inline
key_codec typedefAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >private
key_comp() const noexceptAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inline
key_type typedefAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >
keys() constAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inline
lower_bound(const Key &key) constAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inline
make_probe(const Key &key)Aleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inlineprivatestatic
make_record(const Key &key, const Value &value)Aleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inlineprivatestatic
mapped_type typedefAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >
max_item() constAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inline
min_item() constAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inline
open_mode() const noexceptAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inline
open_mode_type typedefAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >
operator=(const Gen_File_B_Map &)=deleteAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >
operator=(Gen_File_B_Map &&)=deleteAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >
page_count() const noexceptAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inline
page_size_bytes() const noexceptAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inline
Read_OnlyAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >static
Read_WriteAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >static
reload()Aleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inline
remove(const Key &key)Aleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inline
search(const Key &key) constAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inline
set_auto_sync(const bool enabled) noexceptAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inline
size() const noexceptAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inline
sync() constAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inline
to_pair(const Record &record)Aleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inlineprivatestatic
to_pairs(const Array< Record > &records)Aleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inlineprivatestatic
tree_Aleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >private
tree_impl_type typedefAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >private
tree_type typedefAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >
upper_bound(const Key &key) constAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inline
validated_path(const char *p)Aleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inlineprivatestatic
value_codec typedefAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >private
value_type typedefAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >
values() constAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inline
verify() constAleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >inline