C++ Utilities  4.11.0
Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities
Deprecated List
Class ApplicationUtilities::FakeQtConfigArguments
Get rid of this and simply don't add arguments for Qt GUI when disabled.
Class ConversionUtilities::Widen< E, T, A >
Might be removed in future release because not used anymore. Use iconv based string converion functions instead.
Member IoUtilities::directoryEntries (const char *path, DirectoryEntryType types)
This function has FIXMEs. Since it can be replaced by using fs abstraction lib it is a good candidate for being replaced.
Member IoUtilities::settingsDirectory (std::string &result, std::string applicationDirectoryName, bool createApplicationDirectory)
This function has FIXMEs. Since it is not used a good candidate for being removed.
Namespace RandomUtilities
Might be removed in future release because API is bad and it is not used anymore anyways.
Member RandomUtilities::generateRandomCharacterSequence (char *result, unsigned int length, std::function< int()> randomizer, int highestRandomNumber, bool useSmallLetters, bool useCapitalLetters, bool useNumbers, bool useSymbols, bool useAtLeastOneOfEachCategory)
Might be removed in future release because API is bad and it is not used anymore anyways.
Member RandomUtilities::generateRandomCharacterSequence (char *result, unsigned int length, bool useSmallLetters, bool useCapitalLetters, bool useNumbers, bool useSymbols, bool useAtLeastOneOfEachCategory)
Might be removed in future release because API is bad and it is not used anymore anyways.