| 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 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…