STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Classes | Public Member Functions | Public Types

Support class for the sliding window implementation. More...

Classes

class  entry_type
 Sliding window entry type. More...
 

Public Member Functions

 chunker (const size_type max_size, const size_type max_chunk_size)
 
size_type max_size (void) const noexcept
 
size_type max_chunk_size (void) const noexcept
 
bool empty (void) const noexcept
 
bool full (void) const noexcept
 
size_type pending (void) const noexcept
 
entry_typeget_entry (void)
 Return available entry.
 
void cleanup (void) noexcept
 Remove empty entries.
 

Public Types

using size_type = std::size_t
 

Detailed Description

Support class for the sliding window implementation.


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