Proyecto Final - Turinmachin
Recreación del minijuego de matemáticas de Brain-Age usando redes neuronales
Loading...
Searching...
No Matches
Catch::Session Class Reference

#include <catch_amalgamated.hpp>

Inheritance diagram for Catch::Session:
Collaboration diagram for Catch::Session:

Public Member Functions

 Session ()
 ~Session ()
void showHelp () const
void libIdentify ()
int applyCommandLine (int argc, char const *const *argv)
void useConfigData (ConfigData const &configData)
template<typename CharT>
int run (int argc, CharT const *const argv[])
int run ()
Clara::Parser const & cli () const
void cli (Clara::Parser const &newParser)
ConfigDataconfigData ()
Configconfig ()

Constructor & Destructor Documentation

◆ Session()

Catch::Session::Session ( )
Here is the call graph for this function:

◆ ~Session()

Catch::Session::~Session ( )
Here is the call graph for this function:

Member Function Documentation

◆ applyCommandLine()

int Catch::Session::applyCommandLine ( int argc,
char const *const * argv )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ cli() [1/2]

Clara::Parser const & Catch::Session::cli ( ) const

◆ cli() [2/2]

void Catch::Session::cli ( Clara::Parser const & newParser)

◆ config()

Config & Catch::Session::config ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ configData()

ConfigData & Catch::Session::configData ( )
Here is the caller graph for this function:

◆ libIdentify()

void Catch::Session::libIdentify ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ run() [1/2]

int Catch::Session::run ( )
Here is the call graph for this function:

◆ run() [2/2]

template<typename CharT>
int Catch::Session::run ( int argc,
CharT const *const argv[] )
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ showHelp()

void Catch::Session::showHelp ( ) const
Here is the call graph for this function:
Here is the caller graph for this function:

◆ useConfigData()

void Catch::Session::useConfigData ( ConfigData const & configData)
Here is the call graph for this function:

The documentation for this class was generated from the following files: