DIY  3.0
data-parallel out-of-core C++ library
 All Classes Namespaces Functions Typedefs Groups Pages
Public Member Functions | Public Attributes | List of all members
diy::Master::QueueSizePolicy Struct Reference

Move queues out of core if their size exceeds a parameter given in the constructor. More...

#include <diy/master.hpp>

Inheritance diagram for diy::Master::QueueSizePolicy:
diy::Master::QueuePolicy

Public Member Functions

 QueueSizePolicy (size_t sz)
 
bool unload_incoming (const Master &, int, int, size_t sz) const
 
bool unload_outgoing (const Master &master, int from, size_t sz) const
 

Public Attributes

size_t size
 

Detailed Description

Move queues out of core if their size exceeds a parameter given in the constructor.


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