Functions | |
| template<typename StringOutputIterator> | |
| int | ads::split (const std::string &string, const std::string &separator, StringOutputIterator output) |
| Split the string. Return the number of words. | |
| void | ads::makeZeroPaddedExtension (const int n, int maximumNumber, std::string *ext) |
| Make a zero-padded numerical extension. Useful for constructing file names. | |
1.4.7