]> www.ginac.de Git - ginac.git/blobdiff - ginac/indexed.h
* Tweak around problem with unexpanded GINAC_DECLARE_REGISTER_CLASS macros.
[ginac.git] / ginac / indexed.h
index c43d4aded9c61f2169ecdfa27c8790bfa820007f..cc604f1378f43654bbd6ae86acaeb5ce86548abf 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);
@@ -59,7 +47,6 @@ public:
 
        // functions overriding virtual functions from base classes
 public:
-       basic * duplicate() const;
        void printraw(std::ostream & os) const;
        void printtree(std::ostream & os, unsigned indent) const;
        void print(std::ostream & os, unsigned upper_precedence=0) const;
@@ -71,7 +58,6 @@ public:
 
 protected:
        ex derivative(const symbol & s) const;
-       int compare_same_type(const basic & other) const;
        bool is_equal_same_type(const basic & other) const;
        unsigned return_type(void) const;
        unsigned return_type_tinfo(void) const;