|
TuttleOFX
1
|
#include "global.hpp"#include <iterator>#include <vector>#include <string>

Go to the source code of this file.
Namespaces | |
| namespace | sam |
| namespace | sam::samdo |
Defines | |
| #define | SAM_DO_PIPE_STR "//" |
Functions | |
| void | sam::samdo::decomposeCommandLine (const int argc, char **const argv, std::vector< std::string > &cl_options, std::vector< std::vector< std::string > > &cl_commands, const std::string &pipe=kpipe) |
| Decomposes command line arguments into a list of options and a list of node command lines. Groups the arguments without insterpretation at this step. | |
Variables | |
| static const std::string | sam::samdo::kpipe = SAM_DO_PIPE_STR |
| #define SAM_DO_PIPE_STR "//" |
Definition at line 14 of file commandLine.hpp.