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

Method SetUInt

Source/cmQtAutoGenInitializer.cxx:194–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 this->Value_[key] = value;
193 }
194 void SetUInt(std::string const& key, unsigned int value)
195 {
196 this->Value_[key] = value;
197 }
198
199 // -- Array utility
200 template <typename CONT>

Callers 2

SetupWriteAutogenInfoMethod · 0.80
SetupWriteRccInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected