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

Function AppendDictionary

Source/cmExtraEclipseCDT4Generator.cxx:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43template <typename T>
44void AppendDictionary(cmXMLWriter& xml, char const* key, T const& value)
45{
46 xml.StartElement("dictionary");
47 xml.Element("key", key);
48 xml.Element("value", value);
49 xml.EndElement();
50}
51
52cmExtraEclipseCDT4Generator::cmExtraEclipseCDT4Generator()
53{

Callers 1

CreateProjectFileMethod · 0.85

Calls 3

StartElementMethod · 0.45
ElementMethod · 0.45
EndElementMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…