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

Method Content

Source/cmXMLWriter.h:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52 template <typename T>
53 void Content(T const& content)
54 {
55 this->PreContent();
56 this->Output << SafeContent(content);
57 }
58
59 void Comment(char const* comment);
60

Callers 15

ElementMethod · 0.95
FindVCTargetsPathMethod · 0.45
ContentMethod · 0.45
ExecuteUpdateMethod · 0.45
GenerateCTestXMLMethod · 0.45
ExecuteUploadMethod · 0.45
GenerateCTestXMLMethod · 0.45
WriteXMLResultMethod · 0.45
DumpFileToXMLMethod · 0.45
GenerateXMLLogScrapedMethod · 0.45
ProcessHandlerMethod · 0.45

Calls 1

PreContentMethod · 0.95

Tested by 10

ExecuteUpdateMethod · 0.36
GenerateCTestXMLMethod · 0.36
ExecuteUploadMethod · 0.36
GenerateCTestXMLMethod · 0.36
WriteXMLResultMethod · 0.36
DumpFileToXMLMethod · 0.36
GenerateXMLLogScrapedMethod · 0.36
ProcessHandlerMethod · 0.36