TPIE

2362a60
pipelining.h
1 // -*- mode: c++; tab-width: 4; indent-tabs-mode: t; eval: (progn (c-set-style "stroustrup") (c-set-offset 'innamespace 0)); -*-
2 // vi:set ts=4 sts=4 sw=4 noet :
3 // Copyright 2011, The TPIE development team
4 //
5 // This file is part of TPIE.
6 //
7 // TPIE is free software: you can redistribute it and/or modify it under
8 // the terms of the GNU Lesser General Public License as published by the
9 // Free Software Foundation, either version 3 of the License, or (at your
10 // option) any later version.
11 //
12 // TPIE is distributed in the hope that it will be useful, but WITHOUT ANY
13 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
15 // License for more details.
16 //
17 // You should have received a copy of the GNU Lesser General Public License
18 // along with TPIE. If not, see <http://www.gnu.org/licenses/>
19 
20 #ifndef __TPIE_PIPELINING_H__
21 #define __TPIE_PIPELINING_H__
22 
28 // Core framework
29 #include <tpie/pipelining/exception.h>
30 #include <tpie/pipelining/tokens.h>
31 #include <tpie/pipelining/node.h>
32 #include <tpie/pipelining/pipeline.h>
33 #include <tpie/pipelining/pair_factory.h>
34 #include <tpie/pipelining/pipe_base.h>
35 #include <tpie/pipelining/factory_helpers.h>
37 
38 // Library
39 #include <tpie/pipelining/buffer.h>
41 #include <tpie/pipelining/file_stream.h>
42 #include <tpie/pipelining/helpers.h>
43 #include <tpie/pipelining/join.h>
44 #include <tpie/pipelining/merge.h>
45 #include <tpie/pipelining/node_map_dump.h>
46 #include <tpie/pipelining/numeric.h>
47 #include <tpie/pipelining/reverse.h>
49 #include <tpie/pipelining/sort.h>
50 #include <tpie/pipelining/serialization_sort.h>
51 #include <tpie/pipelining/std_glue.h>
52 #include <tpie/pipelining/stdio.h>
53 #include <tpie/pipelining/uniq.h>
55 #include <tpie/pipelining/map.h>
56 
57 #endif
Parallel execution of nodes.
Pipeline tokens.
Internal pipelining buffer.
Plain old file_stream buffer.
Virtual wrappers for nodes.
Serialization stream glue.