Changeset c879ee in git for factory/canonicalform.h


Ignore:
Timestamp:
Oct 19, 2012, 6:38:54 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
05fd55e34baa83465ce4306966c9011d1a156232
Parents:
1bc7201c1a771fb5cc842ca4f475ba3ea91e697963e72b40a6237e50811b0e8745201177d25cb979
Message:
Merge pull request #193 from mmklee/64bitIntegersFactorySW

64bit integers factory sw
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/canonicalform.h

    r1bc7201 rc879ee  
    6969    CF_INLINE CanonicalForm( InternalCF* );
    7070    CF_INLINE CanonicalForm( const int );
     71    CF_INLINE CanonicalForm( const long );
    7172    CF_INLINE CanonicalForm( const Variable & );
    7273    CF_INLINE CanonicalForm( const Variable &, int );
     
    100101
    101102    // conversion functions
    102     int intval() const;
     103    long intval() const;
    103104    CanonicalForm mapinto () const;
    104105
     
    123124    // assignment operators
    124125    CF_NO_INLINE CanonicalForm& operator = ( const CanonicalForm& );
    125     CF_NO_INLINE CanonicalForm& operator = ( const int );
     126    CF_NO_INLINE CanonicalForm& operator = ( const long );
    126127
    127128    CanonicalForm& operator += ( const CanonicalForm& );
Note: See TracChangeset for help on using the changeset viewer.