Changeset 773 for to-imperative/trunk/runtime/rf_word.hh
- Timestamp:
- May 28, 2003, 9:16:27 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/runtime/rf_word.hh
r762 r773 45 45 inline int is_number () const; 46 46 47 inline int has_space () const ; 48 47 49 static Expr create_expr (wchar_t const* _wstr) ; 48 50 49 51 static Expr create_expr (char const* _str, char const* _locale = null) ; 52 53 static Expr create_expr (Expr const& _expr) ; 54 50 55 51 56 static uintptr_t ctor (uintptr_t _data) ; … … 57 62 static short_type_funcs_t funcs ; 58 63 static TypeRegister reg ; 64 59 65 60 class NumIterator { 66 class NumIterator 67 { 61 68 private: 62 69 const wchar_t* iter; … … 70 77 }; 71 78 79 }; 72 80 73 81 74 };75 82 76 83 }
Note: See TracChangeset
for help on using the changeset viewer.