Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
OutputXCodeWorkspaceSettings
Method · 0.80
AppendAttribute
Function · 0.80
AppendIncludeDirectories
Method · 0.80
CreateCProjectFile
Method · 0.80
AppendStorageScanners
Method · 0.80
AppendTarget
Method · 0.80
AppendScannerProfile
Method · 0.80
WriteSlnxSolutionConfigurationPlatforms
Function · 0.80
WriteSlnxProject
Function · 0.80
WriteSlnxFolder
Function · 0.80
WriteSlnxPropertyGroup
Function · 0.80
FindVCTargetsPath
Method · 0.80
Calls
1
PreAttribute
Method · 0.95
Tested by
15
StartXML
Method · 0.64
AddSiteProperties
Method · 0.64
GenerateSubprojectsOutput
Method · 0.64
GenerateCTestNotesOutput
Method · 0.64
ConvertInstrumentationJSONFileToXML
Method · 0.64
ExecuteUpdate
Method · 0.64
GenerateCTestXML
Method · 0.64
WriteTestResultHeader
Method · 0.64
AttachFile
Method · 0.64
RecordCustomTestMeasurements
Method · 0.64
WriteJUnitXML
Method · 0.64
ExecuteUpload
Method · 0.64