Skip to content

CommandlineProcessing::generateSourceFilenames

Build the list of isolated file names from the command line.

Synopsis

Declared in <commandlineProcessing/commandline_processing.h>

[[visibility]]
std::vector<std::string>
generateSourceFilenames(
    std::vector<std::string> argList,
    bool binaryMode);

Return Value

Source file names.

Parameters

Name

Description

argList

Argument list.

binaryMode

Whether to treat inputs as binaries.

Created with MrDocs