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

Class CustomTransitiveProperty

Source/cmGeneratorTarget.h:1124–1132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1122 std::string const& config);
1123
1124 class CustomTransitiveProperty : public TransitiveProperty
1125 {
1126 std::unique_ptr<std::string> InterfaceNameBuf;
1127 CustomTransitiveProperty(std::unique_ptr<std::string> interfaceNameBuf,
1128 UseTo usage);
1129
1130 public:
1131 CustomTransitiveProperty(std::string interfaceName, UseTo usage);
1132 };
1133 struct CustomTransitiveProperties
1134 : public std::map<std::string, CustomTransitiveProperty>
1135 {

Callers 1

AddMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…