Outliner::commandLineProcessing
Accept a set of command line options to adjust internal behaviors
Synopsis
Declared in <src/midend/programTransformation/astOutlining/Outliner.hh>
[[visibility]]
void
commandLineProcessing(std::vector<std::string>& argvList);
Parameters
Name |
Description |
argvList |
A standard container which offers fixed time access to individual elements in any order. |
Created with MrDocs