X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fparser%2Fparse_context.h;h=1145a871cb4b2da67a95373d44ea0812ab2567a5;hp=81b2cd15a9ada239ae9c2e55efaa32fce66a455f;hb=866b3eb23253a272788d8791b1ed023e63674d50;hpb=d6ab150eb3016ddb416f0533606ae3a393003e9e;ds=sidebyside diff --git a/ginac/parser/parse_context.h b/ginac/parser/parse_context.h index 81b2cd15..1145a871 100644 --- a/ginac/parser/parse_context.h +++ b/ginac/parser/parse_context.h @@ -93,9 +93,15 @@ typedef std::map prototype_table; /** * Default prototype table. * - * It supports most of builtin GiNaC functions. + * It supports all defined GiNaC functions and "pow", "sqrt", and "power". */ extern const prototype_table& get_default_reader(); +/** + * Builtin prototype table. + * + * It supports only the builtin GiNaC functions and "pow", "sqrt", and "power". + */ +extern const prototype_table& get_builtin_reader(); } // namespace GiNaC