- Timestamp:
- Dec 17, 1997, 12:31:11 PM (26 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- 07dec4059530fd22c322c2cca4a7b522305a6436
- Parents:
- a1ec00ea2190711f2d293347bfc230dedb18d840
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/int_cf.h
ra1ec00e r535f7b 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: int_cf.h,v 1. 6 1997-10-10 10:33:31 schmidt Exp $ */2 /* $Id: int_cf.h,v 1.7 1997-12-17 11:31:11 schmidt Exp $ */ 3 3 4 4 #ifndef INCL_INT_CF_H … … 55 55 virtual int intval() const; 56 56 virtual int intmod( int ) const { return 0; } 57 virtual int sign() const;57 virtual int sign() PVIRT_INT("sign"); 58 58 59 59 virtual InternalCF* num(); … … 62 62 virtual InternalCF* neg() PVIRT_INTCF("neg"); 63 63 virtual InternalCF* invert(); // semantically const, changes refCount const 64 virtual int comparesame ( InternalCF* ) PVIRT_INT("comparesame"); 64 virtual int comparesame ( InternalCF * ) PVIRT_INT("comparesame"); 65 virtual int comparecoeff ( InternalCF * ) PVIRT_INT("comparecoeff"); 65 66 66 67 virtual InternalCF* addsame( InternalCF* ) PVIRT_INTCF("addsame"); … … 73 74 virtual void divremsame( InternalCF*, InternalCF*&, InternalCF*& ) PVIRT_VOID("divremsame"); 74 75 virtual bool divremsamet( InternalCF*, InternalCF*&, InternalCF*& ) PVIRT_BOOL("divremsamet"); 75 76 virtual int comparecoeff ( InternalCF* );77 76 78 77 virtual InternalCF* addcoeff( InternalCF* ) PVIRT_INTCF("addcoeff");
Note: See TracChangeset
for help on using the changeset viewer.