Rose::StringUtility::stripDotsFromHeaderFileName
Remove leading dots.
Synopsis
Declared in <src/Rose/StringUtility/FileUtility.h>
[[visibility]]
std::string const
stripDotsFromHeaderFileName(std::string const& name);
Description
Removes leading dots plus a space from a header file name that is given in the format that g++ ‐H returns.
Return Value
Cleaned header name.
Parameters
Name |
Description |
name |
Header name string. |
Created with MrDocs