DIY
2.0
data-parallel out-of-core C++ library
Main Page
Modules
Namespaces
Classes
Files
Examples
File List
include
diy
queues.hpp
1
#ifndef DIY_QUEUES_HPP
2
#define DIY_QUEUES_HPP
3
4
namespace
diy
5
{
6
class
Queues
7
{
8
9
10
IncomingQueues& get_incoming(
int
lid);
// load all the queues for this processor (if necessary)
11
OutgoingQueues& get_outgoing(
int
lid);
// load if necessary
12
13
14
unload(
int
lid);
15
16
};
17
}
18
19
#endif
diy
diy::Queues
Definition:
queues.hpp:6
Generated on Fri Oct 23 2015 08:16:33 for DIY by
1.8.10