chunkedseq
container library for large in-memory data sets
|
Typedefs | |
template<class Item , int Capacity, class Alloc = std::allocator<Item>> | |
using | ringbuffer_ptr = base::ringbuffer_ptr< base::inline_allocator< Item, Capacity+1 >> |
template<class Item , int Capacity, class Alloc = std::allocator<Item>> | |
using | ringbuffer_idx = base::ringbuffer_idx< base::inline_allocator< Item, Capacity >> |
template<class Item , int Capacity, class Alloc = std::allocator<Item>> | |
using | stack = base::stack< base::inline_allocator< Item, Capacity >> |
using pasl::data::fixedcapacity::inline_allocated::ringbuffer_idx = typedef base::ringbuffer_idx<base::inline_allocator<Item, Capacity>> |
Definition at line 52 of file fixedcapacity.hpp.
using pasl::data::fixedcapacity::inline_allocated::ringbuffer_ptr = typedef base::ringbuffer_ptr<base::inline_allocator<Item, Capacity+1>> |
Definition at line 49 of file fixedcapacity.hpp.
using pasl::data::fixedcapacity::inline_allocated::stack = typedef base::stack<base::inline_allocator<Item, Capacity>> |
Definition at line 55 of file fixedcapacity.hpp.