MCPcopy Create free account
hub / github.com/Kitware/CMake / CloseFileStreams

Method CloseFileStreams

Source/cmMakefileTargetGenerator.cxx:2082–2087  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2080}
2081
2082void cmMakefileTargetGenerator::CloseFileStreams()
2083{
2084 this->BuildFileStream.reset();
2085 this->InfoFileStream.reset();
2086 this->FlagFileStream.reset();
2087}
2088
2089void cmMakefileTargetGenerator::CreateLinkScript(
2090 char const* name, std::vector<std::string> const& link_commands,

Callers 3

WriteRuleFilesMethod · 0.80
WriteRuleFilesMethod · 0.80
WriteRuleFilesMethod · 0.80

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected