| 73 |
{ |
{ |
| 74 |
GINAC_DECLARE_REGISTERED_CLASS(numeric, basic) |
GINAC_DECLARE_REGISTERED_CLASS(numeric, basic) |
| 75 |
|
|
|
// friends |
|
|
// (none) |
|
|
|
|
| 76 |
// member functions |
// member functions |
| 77 |
|
|
|
// default constructor, destructor, copy constructor assignment |
|
|
// operator and helpers |
|
|
public: |
|
|
numeric(); |
|
|
~numeric(); |
|
|
numeric(const numeric & other); |
|
|
const numeric & operator=(const numeric & other); |
|
|
protected: |
|
|
void copy(const numeric & other); |
|
|
void destroy(bool call_parent); |
|
|
|
|
| 78 |
// other constructors |
// other constructors |
| 79 |
public: |
public: |
| 80 |
explicit numeric(int i); |
explicit numeric(int i); |