summaryrefslogtreecommitdiff
path: root/fparser_gmpint.hh
blob: d9d3b5fe9230537baa2bd2eedf74cd9b0db8ec70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/***************************************************************************\
|* Function Parser for C++ v4.5.2                                          *|
|*-------------------------------------------------------------------------*|
|* 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