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

Method MatchesGeneratorName

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

Check whether the given name matches the current generator. */

Source from the content-addressed store, hash-verified

128
129 /** Check whether the given name matches the current generator. */
130 virtual bool MatchesGeneratorName(std::string const& name) const
131 {
132 return this->GetName() == name;
133 }
134
135 /** Get encoding used by generator for makefile files */
136 virtual codecvt_Encoding GetMakefileEncoding() const;

Callers

nothing calls this directly

Calls 1

GetNameMethod · 0.95

Tested by

no test coverage detected