TPIE

v1.1rc1-6-g0c97303
ami.h
Go to the documentation of this file.
1 // -*- mode: c++; tab-width: 4; indent-tabs-mode: t; c-file-style: "stroustrup"; -*-
2 // vi:set ts=4 sts=4 sw=4 noet :
3 // Copyright 2008, 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 _AMI_H
21 #define _AMI_H
22 
32 
33 // Get definitions for working with Unix and Windows
34 #include <tpie/portability.h>
35 
36 // Get a stream implementation.
37 #include <tpie/stream.h>
38 
39 // Get templates for ami_scan().
40 #include <tpie/scan.h>
41 
42 // Get templates for ami_merge().
43 #include <tpie/merge.h>
44 
45 // Get templates for ami_sort().
46 #include <tpie/sort.h>
47 
48 // Get templates for bit permuting.
49 //#include <bit_permute.h>
50 
51 // Get a collection implementation.
52 #include <tpie/coll.h>
53 
54 // Get a block implementation.
55 #include <tpie/block.h>
56 
57 // Get templates for AMI_btree.
58 #include <tpie/btree.h>
59 
60 #endif // _AMI_H
This file contains a few deprecated definitions for legacy code.
Sorting algorithms.
AMI streams.
Merge management objects.