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

Method Write

Source/cmTarget.cxx:818–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

816
817template <typename ValueType>
818bool UsageRequirementProperty::Write(
819 cmTargetInternals const* impl, cm::optional<cmListFileBacktrace> const& bt,
820 std::string const& prop, ValueType value, Action action)
821{
822 if (prop == this->Name) {
823 this->WriteDirect(impl, bt, value, action);
824 return true;
825 }
826 return false;
827}
828
829template <typename ValueType>
830void UsageRequirementProperty::WriteDirect(

Callers 9

RangeEnc_ShiftLowFunction · 0.45
ScanDependenciesMethod · 0.45
~cmFindPackageCommandMethod · 0.45
SetPropertyMethod · 0.45
AppendPropertyMethod · 0.45
WriteDyndepMetadataMethod · 0.45
~cmFindBaseMethod · 0.45
GenerateGraphVizMethod · 0.45

Calls 1

WriteDirectMethod · 0.95

Tested by

no test coverage detected