Add a sorting algorithm for the string() object like it's available for caches. It should also feature case-sensitive and case-insensitive comparison.
This can be done by abstrahizing the already available algorithm in Memory. To do this, create a new class Sorter (probably a template) with two virtual functions: value(line, col) and isValue(line, col). Additionally, port the algorithm to this class and set it as parent class to Memory and to the StringMemory class (to be created).
sort documentation article was updatedNew functionality was added to the automatic tests. No deviations detected.
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r470]
Diff: