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

Method startSdBusVTable

src/Object.cpp:257–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257void Object::startSdBusVTable(const Flags& interfaceFlags, std::vector<sd_bus_vtable>& vtable)
258{
259 auto vtableItem = createSdBusVTableStartItem(interfaceFlags.toSdBusInterfaceFlags());
260 vtable.push_back(std::move(vtableItem));
261}
262
263void Object::writeMethodRecordToSdBusVTable(const VTable::MethodItem& method, std::vector<sd_bus_vtable>& vtable)
264{

Callers

nothing calls this directly

Calls 3

toSdBusInterfaceFlagsMethod · 0.80
push_backMethod · 0.80

Tested by

no test coverage detected