Changeset 1019 for to-imperative/trunk/runtime/rf_string.hh
- Timestamp:
- Jul 17, 2003, 10:08:22 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/runtime/rf_string.hh
r887 r1019 25 25 26 26 inline String (size_t len); 27 28 inline String (WString const& _s); 29 30 inline String& operator = (String const& _s) ; 27 31 28 static Expr create_expr(String* _string) ;29 32 30 33 static Expr fill(String& _str, size_t _pos, … … 39 42 40 43 inline uint32_t hash () const ; 44 45 41 46 }; 42 47
Note: See TracChangeset
for help on using the changeset viewer.