]> www.ginac.de Git - ginac.git/blobdiff - ginac/indexed.h
the destructor, copy constructor, and assignment operator (which were the
[ginac.git] / ginac / indexed.h
index c43d4aded9c61f2169ecdfa27c8790bfa820007f..b1d8844aaf83995bd0ac0020db66ebad0a98c4f4 100644 (file)
@@ -36,18 +36,6 @@ class indexed : public exprseq
 {
        GINAC_DECLARE_REGISTERED_CLASS(indexed, exprseq)
 
-// member functions
-
-       // default constructor, destructor, copy constructor assignment operator and helpers
-public:
-       indexed();
-       ~indexed();
-       indexed(const indexed & other);
-       const indexed & operator=(const indexed & other);
-protected:
-       void copy(const indexed & other); 
-       void destroy(bool call_parent);
-
        // other constructors
 public:
        indexed(const ex & i1);