C++ Utilities
4.8.0
Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities
Deprecated List
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.
Generated on Thu Jun 1 2017 11:43:06 for C++ Utilities by
1.8.13