VPTissue Reference Manual
mode_manager.h File Reference

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>
Include dependency graph for mode_manager.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Implementation for the mode manager.

Definition in file mode_manager.h.