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

Method SetArray

Source/cmQtAutoGenInitializer.cxx:258–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256
257template <typename CONT>
258void InfoWriter::SetArray(std::string const& key, CONT const& container)
259{
260 MakeStringArray(this->Value_[key], container);
261}
262
263template <typename CONT, typename FUNC>
264void InfoWriter::SetArrayArray(std::string const& key, CONT const& container,

Callers 4

SetConfigArrayMethod · 0.95
arrayMethod · 0.80
SetupWriteAutogenInfoMethod · 0.80
SetupWriteRccInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected