|
Wire Sysio Wire Sysion 1.0.0
|
#include <cassert>#include <ostream>#include <sstream>#include <vector>#include <cctype>#include <string>#include <memory>#include <set>#include <algorithm>

Go to the source code of this file.
Namespaces | |
| namespace | Catch |
| namespace | Catch::clara |
| namespace | Catch::clara::TextFlow |
| namespace | Catch::clara::detail |
Macros | |
| #define | CATCH_CLARA_CONFIG_CONSOLE_WIDTH 80 |
| #define | CATCH_CLARA_TEXTFLOW_CONFIG_CONSOLE_WIDTH CATCH_CLARA_CONFIG_CONSOLE_WIDTH |
| #define | CATCH_CLARA_TEXTFLOW_HPP_INCLUDED |
Typedefs | |
| using | Catch::clara::detail::Result = BasicResult<void> |
| using | Catch::clara::detail::ParserResult = BasicResult<ParseResultType> |
| using | Catch::clara::detail::InternalParseResult = BasicResult<ParseState> |
Functions | |
| auto | Catch::clara::TextFlow::isWhitespace (char c) -> bool |
| auto | Catch::clara::TextFlow::isBreakableBefore (char c) -> bool |
| auto | Catch::clara::TextFlow::isBreakableAfter (char c) -> bool |
| auto | Catch::clara::detail::isOptPrefix (char c) -> bool |
| template<typename T > | |
| auto | Catch::clara::detail::convertInto (std::string const &source, T &target) -> ParserResult |
| auto | Catch::clara::detail::convertInto (std::string const &source, std::string &target) -> ParserResult |
| auto | Catch::clara::detail::convertInto (std::string const &source, bool &target) -> ParserResult |
| template<typename ArgType , typename L > | |
| auto | Catch::clara::detail::invokeLambda (L const &lambda, std::string const &arg) -> ParserResult |
| auto | Catch::clara::detail::normaliseOpt (std::string const &optName) -> std::string |
| #define CATCH_CLARA_TEXTFLOW_CONFIG_CONSOLE_WIDTH CATCH_CLARA_CONFIG_CONSOLE_WIDTH |