MCPcopy Create free account
hub / github.com/Kistler-Group/sdbus-cpp / PerftestProxy

Method PerftestProxy

tests/perftests/client.cpp:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46{
47public:
48 PerftestProxy(sdbus::ServiceName destination, sdbus::ObjectPath objectPath)
49 : ProxyInterfaces(std::move(destination), std::move(objectPath))
50 {
51 registerProxy();
52 }
53
54 PerftestProxy(const PerftestProxy&) = delete;
55 PerftestProxy& operator=(const PerftestProxy&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected