]> www.ginac.de Git - ginac.git/blobdiff - ginac/add.h
the destructor, copy constructor, and assignment operator (which were the
[ginac.git] / ginac / add.h
index c30034dfd282fc03eceabf73cc98117f593bf386..924eb407ce893d0e9ac5e5116ebb2cc439a1402d 100644 (file)
@@ -38,18 +38,6 @@ class add : public expairseq
        friend class ncmul;
        friend class power;
 
        friend class ncmul;
        friend class power;
 
-// member functions
-
-       // default constructor, destructor, copy constructor assignment operator and helpers
-public:
-       add();
-       ~add();
-       add(const add & other);
-       const add & operator=(const add & other);
-protected:
-       void copy(const add & other);
-       void destroy(bool call_parent);
-
        // other constructors
 public:
        add(const ex & lh, const ex & rh);
        // other constructors
 public:
        add(const ex & lh, const ex & rh);