chunkedseq
container library for large in-memory data sets
|
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.
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 >> |
Definition in file chunkedbag.hpp.
#define _PASL_DATA_CHUNKEDBAG_H_ |
Definition at line 25 of file chunkedbag.hpp.