Proyecto Final - Turinmachin
Recreación del minijuego de matemáticas de Brain-Age usando redes neuronales
|
#include <catch_amalgamated.hpp>
Public Member Functions | |
template<typename LambdaT> | |
Opt (LambdaT const &ref) | |
Opt (bool &ref) | |
template<typename LambdaT, typename = typename std::enable_if_t< Detail::is_unary_function<LambdaT>::value>> | |
Opt (LambdaT const &ref, StringRef hint) | |
template<typename LambdaT> | |
Opt (accept_many_t, LambdaT const &ref, StringRef hint) | |
template<typename T, typename = typename std::enable_if_t< !Detail::is_unary_function<T>::value>> | |
Opt (T &ref, StringRef hint) | |
Opt & | operator[] (StringRef optName) & |
Opt && | operator[] (StringRef optName) && |
Detail::HelpColumns | getHelpColumns () const |
bool | isMatch (StringRef optToken) const |
Detail::InternalParseResult | parse (std::string const &, Detail::TokenStream tokens) const override |
Detail::Result | validate () const override |
Public Member Functions inherited from Catch::Clara::Detail::ParserRefImpl< Opt > | |
Opt & | operator() (StringRef description) & |
auto | optional () -> Opt & |
auto | required () -> Opt & |
auto | isOptional () const -> bool |
auto | cardinality () const -> size_t override |
StringRef | hint () const |
Public Member Functions inherited from Catch::Clara::Detail::ComposableParserImpl< Opt > | |
Parser | operator| (T const &other) const |
Public Member Functions inherited from Catch::Clara::Detail::ParserBase | |
virtual | ~ParserBase ()=default |
InternalParseResult | parse (Args const &args) const |
Protected Attributes | |
std::vector< StringRef > | m_optNames |
Protected Attributes inherited from Catch::Clara::Detail::ParserRefImpl< Opt > | |
Optionality | m_optionality |
std::shared_ptr< BoundRef > | m_ref |
StringRef | m_hint |
StringRef | m_description |
Additional Inherited Members | |
Protected Member Functions inherited from Catch::Clara::Detail::ParserRefImpl< Opt > | |
ParserRefImpl (std::shared_ptr< BoundRef > const &ref) |
|
inlineexplicit |
|
explicit |
|
inline |
|
inline |
|
inline |
Detail::HelpColumns Catch::Clara::Opt::getHelpColumns | ( | ) | const |
bool Catch::Clara::Opt::isMatch | ( | StringRef | optToken | ) | const |
|
overridevirtual |
|
overridevirtual |
Reimplemented from Catch::Clara::Detail::ParserBase.
|
protected |