TPIE

11a2c2d
predeclare.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 2013, 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_COMPRESSED_PREDECLARE_H
21 #define TPIE_COMPRESSED_PREDECLARE_H
22 
23 #include <tpie/tpie_export.h>
24 
28 
29 namespace tpie {
30 
31 // thread.h
32 class compressor_thread;
33 class compressor_thread_lock;
34 
35 // thread.cpp
36 void init_compressor();
37 void finish_compressor();
38 TPIE_EXPORT compressor_thread & the_compressor_thread();
39 
40 // buffer.h
41 class compressor_buffer;
42 
43 // request.h
44 class compressor_request;
45 
46 // stream.h
47 class compressed_stream_base_p;
48 class compressed_stream_base;
49 template <typename T> class file_stream;
50 
51 // stream_position.h
52 class stream_position;
53 
54 } // namespace tpie
55 
56 #endif // TPIE_COMPRESSED_PREDECLARE_H
tpie::file_stream
Compressed stream.
Definition: predeclare.h:49
tpie::stream_position
POD object indicating the position of an item in a stream.
Definition: stream_position.h:72
tpie
Definition: access_type.h:26