SageInterface::generateProjectName
Added mechanism to generate project name from list of file names
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
std::string
generateProjectName(
SgProject const* project,
bool supressSuffix = false);
Parameters
Name |
Description |
project |
This class represents a source project, with a list of SgFile objects and global |
Created with MrDocs