1 | /* |
---|---|
2 | Copyright(C) 2014-2017 Brazil |
3 | |
4 | This library is free software; you can redistribute it and/or |
5 | modify it under the terms of the GNU Lesser General Public |
6 | License as published by the Free Software Foundation; either |
7 | version 2.1 of the License, or (at your option) any later version. |
8 | |
9 | This library is distributed in the hope that it will be useful, |
10 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
12 | Lesser General Public License for more details. |
13 | |
14 | You should have received a copy of the GNU Lesser General Public |
15 | License along with this library; if not, write to the Free Software |
16 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
17 | */ |
18 | |
19 | #pragma once |
20 | |
21 | #include "groonga/portability.h" |
22 | #include "groonga/groonga.h" |
23 | |
24 | #include "groonga/accessor.h" |
25 | #include "groonga/array.h" |
26 | #include "groonga/arrow.h" |
27 | #include "groonga/cache.h" |
28 | #include "groonga/column.h" |
29 | #include "groonga/config.h" |
30 | #include "groonga/dat.h" |
31 | #include "groonga/db.h" |
32 | #include "groonga/dump.h" |
33 | #include "groonga/error.h" |
34 | #include "groonga/expr.h" |
35 | #include "groonga/file_reader.h" |
36 | #include "groonga/geo.h" |
37 | #include "groonga/hash.h" |
38 | #include "groonga/id.h" |
39 | #include "groonga/ii.h" |
40 | #include "groonga/obj.h" |
41 | #include "groonga/operator.h" |
42 | #include "groonga/output.h" |
43 | #include "groonga/pat.h" |
44 | #include "groonga/request_canceler.h" |
45 | #include "groonga/request_timer.h" |
46 | #include "groonga/table.h" |
47 | #include "groonga/thread.h" |
48 | #include "groonga/time.h" |
49 | #include "groonga/type.h" |
50 | #include "groonga/util.h" |
51 | #include "groonga/window_function.h" |
52 | #include "groonga/windows.h" |
53 | #include "groonga/windows_event_logger.h" |
54 |