Skip to content

Rose::KeepGoing::commandLineProcessing

Processing command line options

Synopsis

Declared in <SageIII/sage_support/keep_going.h>

void
commandLineProcessing(
    int argc,
    char* argv[],
    std::vector<std::string>& rose_cmdline);

Parameters

Name

Description

rose_cmdline

A standard container which offers fixed time access to individual elements in any order.

Created with MrDocs