]> www.ginac.de Git - ginac.git/blobdiff - ginac/function.pl
Changed the parser such that it understands all defined functions
[ginac.git] / ginac / function.pl
index e1533be27aba0d57cd126b8ae27cb02f719479ec..af14a753ee1530fe55c0f214e920111a35959415 100644 (file)
@@ -536,6 +536,7 @@ public:
        static unsigned register_new(function_options const & opt);
        static unsigned current_serial;
        static unsigned find_function(const std::string &name, unsigned nparams);
+       static std::vector<function_options> get_registered_functions() { return registered_functions(); };
        unsigned get_serial() const {return serial;}
        std::string get_name() const;