Proyecto Final - Turinmachin
Recreación del minijuego de matemáticas de Brain-Age usando redes neuronales
|
#include <catch_amalgamated.hpp>
Public Member Functions | |
Detail::InternalParseResult | parse (std::string const &, Detail::TokenStream tokens) const override |
Public Member Functions inherited from Catch::Clara::Detail::ParserRefImpl< Arg > | |
Arg & | operator() (StringRef description) & |
auto | optional () -> Arg & |
auto | required () -> Arg & |
auto | isOptional () const -> bool |
auto | cardinality () const -> size_t override |
StringRef | hint () const |
Public Member Functions inherited from Catch::Clara::Detail::ComposableParserImpl< Arg > | |
Parser | operator| (T const &other) const |
Public Member Functions inherited from Catch::Clara::Detail::ParserBase | |
virtual | ~ParserBase ()=default |
virtual auto | validate () const -> Result |
InternalParseResult | parse (Args const &args) const |
Additional Inherited Members | |
Protected Member Functions inherited from Catch::Clara::Detail::ParserRefImpl< Arg > | |
ParserRefImpl (std::shared_ptr< BoundRef > const &ref) | |
Protected Attributes inherited from Catch::Clara::Detail::ParserRefImpl< Arg > | |
Optionality | m_optionality |
std::shared_ptr< BoundRef > | m_ref |
StringRef | m_hint |
StringRef | m_description |
|
overridevirtual |