/[GiNaC]/ginac/numeric.h
ViewVC logotype

Diff of /ginac/numeric.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.44 by cbauer, Wed Feb 14 16:04:21 2001 UTC revision 1.45 by cbauer, Thu Feb 15 19:54:55 2001 UTC
# Line 73  class numeric : public basic Line 73  class numeric : public basic
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);

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15