VPTissue Reference Manual
|
Implementation for the mode manager. More...
#include "parex_client_mode.h"
#include "parex_node_mode.h"
#include "parex_server_mode.h"
#include "sim_cli_mode.h"
#include "sim_gui_mode.h"
#include "util/misc/FunctionMap.h"
#include <tclap/CmdLine.h>
#include <boost/functional/value_factory.hpp>
#include <cstring>
#include <stdexcept>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | Modes::ModeManager< executable_type > |
Factory produces functions that start the different modes of the various executables. More... | |
Namespaces | |
Modes | |
Namespace for startup modes for simPT tools. | |
Typedefs | |
using | Modes::Function = std::function< int(int argc, char **argv)> |
Function representing a certain mode. | |
Implementation for the mode manager.
Definition in file mode_manager.h.