|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Member Functions | |
| Key | get_key () const |
| Value | get_value () const |
Public Attributes | |
| std::array< unsigned char, key_codec::encoded_size+value_codec::encoded_size > | bytes = {} |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const Record &) |
Definition at line 106 of file tpl_file_bplus_map.H.
|
inline |
Definition at line 116 of file tpl_file_bplus_map.H.
References Aleph::Gen_File_BPlus_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::Record::bytes.
Referenced by Aleph::Gen_File_BPlus_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::to_pair().
|
inline |
Definition at line 121 of file tpl_file_bplus_map.H.
References Aleph::Gen_File_BPlus_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::Record::bytes.
Referenced by Aleph::Gen_File_BPlus_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::to_pair().
|
friend |
Definition at line 111 of file tpl_file_bplus_map.H.
| std::array<unsigned char, key_codec::encoded_size + value_codec::encoded_size> Aleph::Gen_File_BPlus_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::Record::bytes = {} |
Definition at line 109 of file tpl_file_bplus_map.H.
Referenced by Aleph::Gen_File_BPlus_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::Record_Codec::decode(), Aleph::Gen_File_BPlus_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::Record::get_key(), Aleph::Gen_File_BPlus_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::Record::get_value(), Aleph::Gen_File_BPlus_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::make_probe(), and Aleph::Gen_File_BPlus_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::make_record().