|
chunkedseq
container library for large in-memory data sets
|
#include <properties.hpp>
Classes | |
| class | backn_frontn_sequence_same |
| class | concat_same |
| class | for_each_segment_correct |
| class | iterator_same |
| class | push_pop_sequence_same |
| class | pushn_popn_sequence_same |
| class | split_same |
Public Types | |
| using | bag_pair_type = Bag_pair |
| using | trusted_type = typename bag_pair_type::trusted_container_type |
| using | untrusted_type = typename bag_pair_type::untrusted_container_type |
| using | value_type = typename trusted_type::value_type |
Static Public Member Functions | |
| static bool | split_and_check (bag_pair_type &items_src, bag_pair_type &items_dst, size_t split_position) |
Definition at line 27 of file properties.hpp.
| using pasl::data::chunkedbagproperties< Bag_pair >::bag_pair_type = Bag_pair |
Definition at line 30 of file properties.hpp.
| using pasl::data::chunkedbagproperties< Bag_pair >::trusted_type = typename bag_pair_type::trusted_container_type |
Definition at line 31 of file properties.hpp.
| using pasl::data::chunkedbagproperties< Bag_pair >::untrusted_type = typename bag_pair_type::untrusted_container_type |
Definition at line 32 of file properties.hpp.
| using pasl::data::chunkedbagproperties< Bag_pair >::value_type = typename trusted_type::value_type |
Definition at line 33 of file properties.hpp.
|
inlinestatic |
Definition at line 46 of file properties.hpp.
1.8.8