Changeset 30318 in vbox for trunk/include
- Timestamp:
- Jun 21, 2010 7:49:28 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 62876
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/ministring.h
r28800 r30318 228 228 229 229 /** 230 * Appends the string "that" to "this". 231 * 232 * @param pszThat The C string to append. 233 * 234 * @throws std::bad_alloc On allocation error. The object is left unchanged. 235 * 236 * @returns Reference to the object. 237 */ 238 MiniString &append(const char *pszThat); 239 240 /** 230 241 * Appends the given character to "this". 231 242 *
Note:
See TracChangeset
for help on using the changeset viewer.