]> www.ginac.de Git - ginac.git/blobdiff - ginac/structure.h
The last 3 evaluated expressions in ginsh are now referred to with the
[ginac.git] / ginac / structure.h
index 9ad049fda6fdc7bbdddcedc19c22eaead38fa1ef..1f7eaea07e6c89bfaee9eac0f18fdfd9f54118d8 100644 (file)
@@ -41,12 +41,9 @@ class structure : public basic
 {
        GINAC_DECLARE_REGISTERED_CLASS(structure, basic)
        
-       // functions overriding virtual functions from bases classes
+       // functions overriding virtual functions from base classes
 public:
-       void printraw(std::ostream & os) const; 
-       void print(std::ostream & os, unsigned upper_precedence=0) 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;
 protected:
        bool is_equal_same_type(const basic & other) const;