C++ Utilities 5.26.1
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
This is the complete list of members for CppUtilities::OutputCheck, including all inherited members.
OutputCheck(const std::string &expectedOutput, std::ostream &os=std::cout) | CppUtilities::OutputCheck | inline |
OutputCheck(std::string &&expectedOutput, std::string &&alternativeOutput, std::ostream &os=std::cout) | CppUtilities::OutputCheck | inline |
OutputCheck(std::function< void(const std::string &output)> &&customCheck, std::ostream &os=std::cout) | CppUtilities::OutputCheck | |
~OutputCheck() noexcept(false) | CppUtilities::OutputCheck | inline |