| 63 |
protected: |
protected: |
| 64 |
ex derivative(const symbol & s) const; |
ex derivative(const symbol & s) const; |
| 65 |
unsigned return_type() const; |
unsigned return_type() const; |
| 66 |
const basic* return_type_tinfo() const; |
tinfo_t return_type_tinfo() const; |
| 67 |
ex thisexpairseq(const epvector & v, const ex & oc) const; |
ex thisexpairseq(const epvector & v, const ex & oc) const; |
| 68 |
ex thisexpairseq(std::auto_ptr<epvector> vp, const ex & oc) const; |
ex thisexpairseq(std::auto_ptr<epvector> vp, const ex & oc) const; |
| 69 |
expair split_ex_to_pair(const ex & e) const; |
expair split_ex_to_pair(const ex & e) const; |