chunkedseq
container library for large in-memory data sets
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Macros | Typedefs
chunkedbag.hpp File Reference

Chunked-bag functor. More...

#include <cstddef>
#include <initializer_list>
#include "fixedcapacity.hpp"
#include "chunk.hpp"
#include "cachedmeasure.hpp"
#include "bootchunkedseq.hpp"
#include "ftree.hpp"
#include "iterator.hpp"
#include "chunkedseqextras.hpp"

Go to the source code of this file.

Classes

class  pasl::data::chunkedseq::chunkedbagbase< Configuration, Iterator >
 
class  pasl::data::chunkedseq::chunkedbagbase< Configuration, Iterator >::DummyCachePrinter
 
class  pasl::data::chunkedseq::basic_bag_configuration< Item, Chunk_capacity, Client_cache, Chunk_struct, Middle_sequence, Item_alloc >
 
class  pasl::data::chunkedseq::basic_bag_configuration< Item, Chunk_capacity, Client_cache, Chunk_struct, Middle_sequence, Item_alloc >::middle_cache_type
 
class  pasl::data::chunkedseq::basic_bag_configuration< Item, Chunk_capacity, Client_cache, Chunk_struct, Middle_sequence, Item_alloc >::middle_cache_type::measure_type
 
class  pasl::data::chunkedseq::basic_bag_configuration< Item, Chunk_capacity, Client_cache, Chunk_struct, Middle_sequence, Item_alloc >::size_access
 

Namespaces

 pasl
 
 pasl::data
 
 pasl::data::chunkedseq
 
 pasl::data::chunkedseq::bootstrapped
 
 pasl::data::chunkedseq::ftree
 

Macros

#define _PASL_DATA_CHUNKEDBAG_H_
 

Typedefs

template<class Item , int Chunk_capacity = 512, class Cache = cachedmeasure::trivial<Item, size_t>, class Item_alloc = std::allocator<Item>>
using pasl::data::chunkedseq::bootstrapped::bagopt = chunkedbagbase< basic_bag_configuration< Item, Chunk_capacity, Cache, fixedcapacity::heap_allocated::stack, bootchunkedseq::cdeque, Item_alloc >>
 
template<class Item , int Chunk_capacity = 512, class Cache = cachedmeasure::trivial<Item, size_t>, class Item_alloc = std::allocator<Item>>
using pasl::data::chunkedseq::ftree::bagopt = chunkedbagbase< basic_bag_configuration< Item, Chunk_capacity, Cache, fixedcapacity::heap_allocated::stack,::pasl::data::ftree::tftree, Item_alloc >>
 

Detailed Description

Author
Umut A. Acar
Arthur Chargueraud
Mike Rainey
Date
2013-2018

Definition in file chunkedbag.hpp.

Macro Definition Documentation

#define _PASL_DATA_CHUNKEDBAG_H_

Definition at line 25 of file chunkedbag.hpp.