Thrill  0.1
write_pool.hpp File Reference
#include <cassert>
#include <algorithm>
#include <list>
#include <utility>
#include <tlx/define.hpp>
#include <foxxll/config.hpp>
#include <foxxll/io/request_operations.hpp>
+ Include dependency graph for write_pool.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  write_pool< BlockType >
 Implements dynamically resizable buffered writing pool. More...
 
struct  write_pool< BlockType >::busy_entry
 

Namespaces

 foxxll
 FOXXLL library namespace
 

Macros

#define FOXXLL_VERBOSE_WPOOL(msg)   TLX_LOG << "write_pool[" << static_cast<void*>(this) << "]" << msg
 

Functions

template<class BlockType >
void swap (foxxll::write_pool< BlockType > &a, foxxll::write_pool< BlockType > &b)
 

Macro Definition Documentation

◆ FOXXLL_VERBOSE_WPOOL

Function Documentation

◆ swap()

void std::swap ( foxxll::write_pool< BlockType > &  a,
foxxll::write_pool< BlockType > &  b 
)

Definition at line 266 of file write_pool.hpp.

References write_pool< BlockType >::swap().