#include "numbpart.cc"
Go to the source code of this file.
Namespaces | |
namespace | parse_term |
Functions | |
signed short int | parse_term::gZ_priority (const char ch) |
bool | parse_term::gZ_mehrstellig (const char ch) |
bool | parse_term::gZ_einstellig (const char ch) |
bool | parse_term::gZ_priority_le (const char a, const char b) |
bool | parse_term::gZ_priority_gr (const char a, const char b) |
bool | parse_term::get_number (mpz_t n, char *&s, const char op='R', const char upto_op='\0') |
Definition in file parse_term.cc.