| 51 |
ncmul(const exvector & v, bool discardable=false); |
ncmul(const exvector & v, bool discardable=false); |
| 52 |
ncmul(exvector * vp); // vp will be deleted |
ncmul(exvector * vp); // vp will be deleted |
| 53 |
|
|
| 54 |
// functions overriding virtual functions from bases classes |
// functions overriding virtual functions from base classes |
| 55 |
public: |
public: |
| 56 |
void print(const print_context & c, unsigned level = 0) const; |
void print(const print_context & c, unsigned level = 0) const; |
| 57 |
unsigned precedence(void) const {return 50;} |
unsigned precedence(void) const {return 50;} |