]> www.ginac.de Git - ginac.git/blobdiff - ginac/power.h
- replaced the various print*() member functions by a single print() that
[ginac.git] / ginac / power.h
index 94602911b4de82b73d89a897e7dc413a464c9c29..d9748ef93adfc9590f51a666f18f204eef6a634b 100644 (file)
@@ -48,10 +48,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 printtree(std::ostream & os, unsigned indent) 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;
        unsigned nops() const;
        ex & let_op(int i);