Changeset 9756 in orxonox.OLD for branches/new_class_id/src/lib/util/substring.cc
- Timestamp:
- Sep 18, 2006, 9:37:01 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/util/substring.cc
r9736 r9756 51 51 * @param delimiters multiple set of characters at what to split. (delimiters) 52 52 * @param delimiterNeighbours neighbours of the delimiters, that will be erased only when near a delimiter. 53 * @param emptyEntries If empty entries should be allewed or removed. 53 54 * @param escapeChar The Escape Character that overrides splitters commends and so on... 54 55 * @param safemode_char within these characters splitting won't happen … … 147 148 * @brief comparator. 148 149 * @param subString the SubString to compare against this one. 150 * @param length how many entries to compare. (from 0 to length) 149 151 * @returns true if the Stored Strings match 150 152 */ … … 275 277 * @brief splits line into tokens and stores them in ret. 276 278 * @param ret the Array, where the Splitted strings will be stored in 277 * @param offsets an Array of Offsets, here the distance from the inputstring278 279 * to the beginning of the current token is stored 279 280 * @param line the inputLine to split 280 281 * @param delimiters a String of Delimiters (here the input will be splitted) 281 * @param delimiterNeighbour Naighbours to the Delimitter, that will be removed if they are to the left or the right of a Delimiter.282 * @param delimiterNeighbours Naighbours to the Delimitter, that will be removed if they are to the left or the right of a Delimiter. 282 283 * @param emptyEntries: if empty Strings are added to the List of Strings. 283 284 * @param escape_char: Escape carater (escapes splitters)
Note: See TracChangeset
for help on using the changeset viewer.