TuttleOFX  1
commandLine.hpp File Reference
#include "global.hpp"
#include <iterator>
#include <vector>
#include <string>
Include dependency graph for commandLine.hpp:
This graph shows which files directly or indirectly include this file:

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 Documentation

#define SAM_DO_PIPE_STR   "//"

Definition at line 14 of file commandLine.hpp.