Skip to content

Rose::KeepGoing::GetSourceFilenamesFromCommandline

Synopsis

Declared in <SageIII/sage_support/keep_going.h>

std::vector<std::string>
GetSourceFilenamesFromCommandline(std::vector<std::string> const& argv);

Return Value

A vector of all filenames from the commandline.

Parameters

Name

Description

argv

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

Created with MrDocs