X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fpower.h;h=d9748ef93adfc9590f51a666f18f204eef6a634b;hb=85ce9664ddba79c28a6945b1e5b4e2b71f77cb51;hp=94602911b4de82b73d89a897e7dc413a464c9c29;hpb=a40b470aeccc76b9a6055dc5191805e0bb6f7df2;p=ginac.git diff --git a/ginac/power.h b/ginac/power.h index 94602911..d9748ef9 100644 --- a/ginac/power.h +++ b/ginac/power.h @@ -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);