summaryrefslogtreecommitdiff
path: root/fparser/fparser_gmpint.hh
diff options
context:
space:
mode:
Diffstat (limited to 'fparser/fparser_gmpint.hh')
-rw-r--r--fparser/fparser_gmpint.hh15
1 files changed, 15 insertions, 0 deletions
diff --git a/fparser/fparser_gmpint.hh b/fparser/fparser_gmpint.hh
new file mode 100644
index 0000000..6254a4e
--- /dev/null
+++ b/fparser/fparser_gmpint.hh
@@ -0,0 +1,15 @@
+/***************************************************************************\
+|* Function Parser for C++ v4.5.1 *|
+|*-------------------------------------------------------------------------*|
+|* Copyright: Juha Nieminen *|
+\***************************************************************************/
+
+#ifndef ONCE_FPARSER_GMPINT_H_
+#define ONCE_FPARSER_GMPINT_H_
+
+#include "fparser.hh"
+#include "mpfr/GmpInt.hh"
+
+class FunctionParser_gmpint: public FunctionParserBase<GmpInt> {};
+
+#endif