Differences From Artifact [af15a5856e]:
- File src/OFCString.h — part of check-in [b5e28fc975] at 2008-11-05 20:30:07 on branch trunk — More documentation stuff. (user: js, size: 1380) [annotate] [blame] [check-ins using]
To Artifact [4014e47d9b]:
- File src/OFCString.h — part of check-in [cebd6fbbfc] at 2008-11-19 18:27:59 on branch trunk — Implement reverse for OF(Wide)CString & rename wcString -> wCString. (user: js, size: 1426) [annotate] [blame] [check-ins using]
︙ | |||
64 65 66 67 68 69 70 71 | 64 65 66 67 68 69 70 71 72 73 74 75 76 | + + + + + | /** * Append a C string to the OFCString. * * \param str A C string to append */ - appendCString: (const char*)str; /** * Reverse the OFCString. */ - reverse; @end |