-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFramepaC.h
67 lines (63 loc) · 2.27 KB
/
FramepaC.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
/****************************** -*- C++ -*- *****************************/
/* */
/* FramepaC-ng */
/* Version 0.04, last edit 2018-04-12 */
/* by Ralf Brown <[email protected]> */
/* */
/* (c) Copyright 2016,2017,2018 Carnegie Mellon University */
/* This program may be redistributed and/or modified under the */
/* terms of the GNU General Public License, version 3, or an */
/* alternative license agreement as detailed in the accompanying */
/* file LICENSE. You should also have received a copy of the */
/* GPL (file COPYING) along with this program. If not, see */
/* http://www.gnu.org/licenses/ */
/* */
/* This program is distributed in the hope that it will be */
/* useful, but WITHOUT ANY WARRANTY; without even the implied */
/* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR */
/* PURPOSE. See the GNU General Public License for more details. */
/* */
/************************************************************************/
#ifndef __Fr_FRAMEPAC_H_INCLUDED
#define __Fr_FRAMEPAC_H_INCLUDED
#include "framepac/argparser.h"
#include "framepac/symbol.h"
#include "framepac/string.h"
#include "framepac/bignum.h"
#include "framepac/rational.h"
#include "framepac/array.h"
#include "framepac/complex.h"
#include "framepac/list.h"
#include "framepac/map.h"
#include "framepac/matrix.h"
#include "framepac/nonobject.h"
#include "framepac/set.h"
#include "framepac/atomic.h"
#include "framepac/basisvector.h"
#include "framepac/bitvector.h"
#include "framepac/bwt.h"
#include "framepac/byteorder.h"
#include "framepac/cluster.h"
#include "framepac/convert.h"
#include "framepac/cstring.h"
#include "framepac/message.h"
#include "framepac/mmapfile.h"
#include "framepac/perthread.h"
#include "framepac/progress.h"
#include "framepac/random.h"
#include "framepac/semaphore.h"
#include "framepac/spelling.h"
#include "framepac/stringbuilder.h"
#include "framepac/sufarray.h"
#include "framepac/synchevent.h"
#include "framepac/texttransforms.h"
#include "framepac/threadpool.h"
#include "framepac/threshold.h"
#include "framepac/timer.h"
#include "framepac/trie.h"
#include "framepac/utility.h"
#include "framepac/vecsim.h"
#include "framepac/vector.h"
#include "framepac/wordcorpus.h"
#endif /* __Fr_FRAMEPAC_H_INCLUDED */
// end of file FramepaC.h //