Rose::KeepGoing::generate_reports
Generates the file reports
Synopsis
Declared in <SageIII/sage_support/keep_going.h>
void
generate_reports(
SgProject* project,
std::vector<std::string> orig_rose_cmdline);
Parameters
Name |
Description |
project |
This class represents a source project, with a list of SgFile objects and global |
orig_rose_cmdline |
A standard container which offers fixed time access to individual elements in any order. |
Created with MrDocs