Changeset 747 for to-imperative/trunk/runtime/rf_word.hh
- Timestamp:
- May 21, 2003, 7:25:52 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/runtime/rf_word.hh
r743 r747 45 45 inline int is_number () const; 46 46 47 inline wchar_t* get_content() const;48 49 47 static Expr create_expr (wchar_t const* _wstr) ; 50 48 … … 69 67 inline NumIterator const& operator =(Word const& _word) ; 70 68 inline bool in_bounds () const; 71 inline const uintptr_toperator*() const;69 inline const char operator*() const; 72 70 }; 73 71
Note: See TracChangeset
for help on using the changeset viewer.