Rose::Cmdline::Fortran::Process
Process all Fortran commandline options.
Synopsis
Declared in <SageIII/sage_support/cmdline.h>
void
Process(
SgProject* project,
std::vector<std::string>& argv);
Parameters
Name |
Description |
project |
This class represents a source project, with a list of SgFile objects and global |
argv |
A standard container which offers fixed time access to individual elements in any order. |
Created with MrDocs