Changeset 1117 for to-imperative/trunk/runtime/rf_integer.hh
- Timestamp:
- Aug 6, 2003, 10:18:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/runtime/rf_integer.hh
r1035 r1117 29 29 30 30 inline bool operator == (Integer const& _n) const ; 31 inline bool operator == (intptr_t _n) const ; 31 32 inline int cmp (Integer const& _n) const ; 33 inline int cmp (intptr_t _n) const ; 32 34 33 35 inline Integer operator + (Integer const& _n) const ; … … 52 54 inline Integer operator - () const ; 53 55 inline int sign () const ; 56 57 inline long to_int () const ; 54 58 55 59 inline operator pxx::WString () const ;
Note: See TracChangeset
for help on using the changeset viewer.