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

Method Attribute

Source/cmXMLWriter.h:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35 template <typename T>
36 void Attribute(char const* name, T const& value)
37 {
38 this->PreAttribute();
39 this->Output << name << "=\"" << SafeAttribute(value) << '"';
40 }
41
42 void Element(char const* name);
43

Callers 15

AppendAttributeFunction · 0.80
CreateCProjectFileMethod · 0.80
AppendStorageScannersMethod · 0.80
AppendTargetMethod · 0.80
AppendScannerProfileMethod · 0.80
WriteSlnxProjectFunction · 0.80
WriteSlnxFolderFunction · 0.80
WriteSlnxPropertyGroupFunction · 0.80
FindVCTargetsPathMethod · 0.80

Calls 1

PreAttributeMethod · 0.95

Tested by 15

StartXMLMethod · 0.64
AddSitePropertiesMethod · 0.64
ExecuteUpdateMethod · 0.64
GenerateCTestXMLMethod · 0.64
WriteTestResultHeaderMethod · 0.64
AttachFileMethod · 0.64
WriteJUnitXMLMethod · 0.64
ExecuteUploadMethod · 0.64