]> www.ginac.de Git - ginac.git/blobdiff - ginac/add.h
- replaced the various print*() member functions by a single print() that
[ginac.git] / ginac / add.h
index 738d09b337ca5565b3f3ab246bc2fa1db6357b7a..c6d04d0829e0614166d4886285d8c48505f51673 100644 (file)
@@ -46,9 +46,7 @@ public:
        
        // functions overriding virtual functions from bases classes
 public:
-       void print(std::ostream & os, unsigned upper_precedence=0) const;
-       void printraw(std::ostream & os) const;
-       void printcsrc(std::ostream & os, unsigned type, unsigned upper_precedence=0) const;
+       void print(const print_context & c, unsigned level = 0) const;
        bool info(unsigned inf) const;
        int degree(const ex & s) const;
        int ldegree(const ex & s) const;