| 
    chunkedseq
    
   container library for large in-memory data sets 
   | 
 
Typedefs | |
| template<class Item , int Chunk_capacity = 512, class Cache = cachedmeasure::trivial<Item, size_t>, class Item_alloc = std::allocator<Item>> | |
| using | 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>, template< class Chunk_item, int Capacity, class Chunk_item_alloc=std::allocator< Item > > class Chunk_struct = fixedcapacity::heap_allocated::ringbuffer_ptrx, class Item_alloc = std::allocator<Item>> | |
| using | deque = chunkedseqbase< basic_deque_configuration< Item, Chunk_capacity, Cache, Chunk_struct, 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 | stack = deque< Item, Chunk_capacity, Cache, fixedcapacity::heap_allocated::stack, Item_alloc > | 
| using pasl::data::chunkedseq::bootstrapped::bagopt = typedef chunkedbagbase<basic_bag_configuration<Item, Chunk_capacity, Cache, fixedcapacity::heap_allocated::stack, bootchunkedseq::cdeque, Item_alloc>> | 
Definition at line 976 of file chunkedbag.hpp.
| using pasl::data::chunkedseq::bootstrapped::deque = typedef chunkedseqbase<basic_deque_configuration<Item, Chunk_capacity, Cache, Chunk_struct, bootchunkedseq::cdeque, Item_alloc>> | 
Definition at line 228 of file chunkedseq.hpp.
| using pasl::data::chunkedseq::bootstrapped::stack = typedef deque<Item, Chunk_capacity, Cache, fixedcapacity::heap_allocated::stack, Item_alloc> | 
Definition at line 238 of file chunkedseq.hpp.
 1.8.8