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

Method Element

Source/cmXMLWriter.h:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44 template <typename T>
45 void Element(std::string const& name, T const& value)
46 {
47 this->StartElement(name);
48 this->Content(value);
49 this->EndElement();
50 }
51
52 template <typename T>
53 void Content(T const& content)

Callers 1

ElementMethod · 0.45

Calls 3

StartElementMethod · 0.95
ContentMethod · 0.95
EndElementMethod · 0.95

Tested by

no test coverage detected