Planeshift

fparser_gmpint.h

Go to the documentation of this file.
00001 /***************************************************************************\
00002 |* Function Parser for C++ v4.5.2                                          *|
00003 |*-------------------------------------------------------------------------*|
00004 |* Copyright: Juha Nieminen                                                *|
00005 \***************************************************************************/
00006 
00007 #ifndef ONCE_FPARSER_GMPINT_H_
00008 #define ONCE_FPARSER_GMPINT_H_
00009 
00010 #include "fparser.h"
00011 #include "mpfr/GmpInt.h"
00012 
00013 class FunctionParser_gmpint: public FunctionParserBase<GmpInt> {};
00014 
00015 #endif