Rose::Cmdline::Unparser::Process
Process all Unparser‐specific commandline options, i.e. ‐rose:unparser.
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