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

Method writeInterfaceFlagsToVTable

src/Object.cpp:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201void Object::writeInterfaceFlagsToVTable(InterfaceFlagsVTableItem flags, VTable& vtable)
202{
203 vtable.interfaceFlags = std::move(flags.flags);
204}
205
206void Object::writeMethodRecordToVTable(MethodVTableItem method, VTable& vtable)
207{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected