chunkedseq
container library for large in-memory data sets
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Public Types | Static Public Member Functions | List of all members
pasl::data::chunkedbagproperties< Bag_pair > Class Template Reference

#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)
 

Detailed Description

template<class Bag_pair>
class pasl::data::chunkedbagproperties< Bag_pair >

Definition at line 27 of file properties.hpp.

Member Typedef Documentation

template<class Bag_pair >
using pasl::data::chunkedbagproperties< Bag_pair >::bag_pair_type = Bag_pair

Definition at line 30 of file properties.hpp.

template<class Bag_pair >
using pasl::data::chunkedbagproperties< Bag_pair >::trusted_type = typename bag_pair_type::trusted_container_type

Definition at line 31 of file properties.hpp.

template<class Bag_pair >
using pasl::data::chunkedbagproperties< Bag_pair >::untrusted_type = typename bag_pair_type::untrusted_container_type

Definition at line 32 of file properties.hpp.

template<class Bag_pair >
using pasl::data::chunkedbagproperties< Bag_pair >::value_type = typename trusted_type::value_type

Definition at line 33 of file properties.hpp.

Member Function Documentation

template<class Bag_pair >
static bool pasl::data::chunkedbagproperties< Bag_pair >::split_and_check ( bag_pair_type items_src,
bag_pair_type items_dst,
size_t  split_position 
)
inlinestatic

Definition at line 46 of file properties.hpp.


The documentation for this class was generated from the following file: