C++ Utilities 5.24.8
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Loading...
Searching...
No Matches
CppUtilities::OutputCheck Member List

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::OutputCheckinline
OutputCheck(std::string &&expectedOutput, std::string &&alternativeOutput, std::ostream &os=std::cout)CppUtilities::OutputCheckinline
OutputCheck(std::function< void(const std::string &output)> &&customCheck, std::ostream &os=std::cout)CppUtilities::OutputCheck
~OutputCheck() noexcept(false)CppUtilities::OutputCheckinline