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

Method cmGraphVizWriter

Source/cmGraphVizWriter.cxx:108–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108cmGraphVizWriter::cmGraphVizWriter(std::string const& fileName,
109 cmGlobalGenerator const* globalGenerator)
110 : FileName(fileName)
111 , GlobalFileStream(fileName)
112 , GraphName(globalGenerator->GetSafeGlobalSetting("CMAKE_PROJECT_NAME"))
113 , GraphHeader("node [\n fontsize = \"12\"\n];")
114 , GraphNodePrefix("node")
115 , GlobalGenerator(globalGenerator)
116{
117}
118
119cmGraphVizWriter::~cmGraphVizWriter()
120{

Callers

nothing calls this directly

Calls 1

GetSafeGlobalSettingMethod · 0.80

Tested by

no test coverage detected