Changeset 17634 in vbox for trunk/include/VBox/com
- Timestamp:
- Mar 10, 2009 3:01:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/string.h
r17566 r17634 508 508 509 509 /** 510 * Looks for pcszFind in "this" starting at "pos" and returns its position, 511 * counting from the beginning of "this" at 0. Returns npos if not found. 512 */ 513 size_t find(const char *pcszFind, size_t pos = 0) const; 514 515 /** 510 516 * Returns a substring of "this" as a new Utf8Str. Works exactly like 511 517 * its equivalent in std::string except that this interprets pos and n
Note:
See TracChangeset
for help on using the changeset viewer.