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

Method GetName

Source/cmGlobalGenerator.h:127–127  ·  view source on GitHub ↗

Get the name for this generator

Source from the content-addressed store, hash-verified

125
126 //! Get the name for this generator
127 virtual std::string GetName() const { return "Generic"; }
128
129 /** Check whether the given name matches the current generator. */
130 virtual bool MatchesGeneratorName(std::string const& name) const

Callers 8

GetJsonMethod · 0.95
SetGeneratorInstanceMethod · 0.95
SetGeneratorPlatformMethod · 0.95
SetGeneratorToolsetMethod · 0.95
FindMakeProgramMethod · 0.95
MatchesGeneratorNameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected