]> www.ginac.de Git - ginac.git/blobdiff - ginac/relational.h
Univariate Hensel lifting now uses upoly.
[ginac.git] / ginac / relational.h
index 20e720dc0f4524e10d78b2c1b426b880d545efce..b16b9d3f4f2aa0d59253f143fb3bd2d18cbb5c0b 100644 (file)
@@ -25,6 +25,7 @@
 
 #include "basic.h"
 #include "ex.h"
+#include "archive.h"
 
 namespace GiNaC {
 
@@ -59,11 +60,15 @@ public:
        ex subs(const exmap & m, unsigned options = 0) const;
        ex eval(int level=0) const;
 
+       /** Save (a.k.a. serialize) object into archive. */
+       void archive(archive_node& n) const;
+       /** Read (a.k.a. deserialize) object from archive. */
+       void read_archive(const archive_node& n, lst& syms);
 protected:
        ex eval_ncmul(const exvector & v) const;
        bool match_same_type(const basic & other) const;
        unsigned return_type() const;
-       tinfo_t return_type_tinfo() const;
+       return_type_t return_type_tinfo() const;
        unsigned calchash() const;
 
        // new virtual functions which can be overridden by derived classes
@@ -100,6 +105,7 @@ protected:
        ex rh;
        operators o;
 };
+GINAC_DECLARE_UNARCHIVER(relational); 
 
 // utility functions