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

Method Content

Source/cmXMLWriter.h:185–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 }
184 template <typename T>
185 void Content(T const& content)
186 {
187 this->xmlwr.Content(content);
188 }
189 template <typename T>
190 void Element(std::string const& name, T const& value)
191 {

Callers

nothing calls this directly

Calls 1

ContentMethod · 0.45

Tested by

no test coverage detected