Changeset 733 for to-imperative/trunk/runtime/rf_word.hh
- Timestamp:
- May 17, 2003, 12:00:10 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/runtime/rf_word.hh
r731 r733 57 57 static short_type_funcs_t funcs ; 58 58 static TypeRegister reg ; 59 60 class NumIterator { 61 private: 62 const wchar_t* iter; 63 const wchar_t* bound; 64 public: 65 inline NumIterator(Word const& _word) ; 66 inline NumIterator& operator ++() ; 67 inline NumIterator const& operator =(Word const& _word) ; 68 inline bool in_bounds () ; 69 inline const wchar_t operator*() ; 70 }; 71 72 73 59 74 }; 60 75
Note: See TracChangeset
for help on using the changeset viewer.