commit | 9d3ec7fb91cc20a428e4eb72b133e91d5f57370a | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 27 20:30:58 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 27 20:31:00 2016 -0500 |
tree | 3213760bd1c157b9b79513ddb0c75df5c1b3a053 | |
parent | c8235ceda4934eee9c8b73d6a4a5bb44e8bb7ca9 [diff] |
Add vtable support The sd-bus interfaces for creating a VTABLE require C-only syntax, which prevents them from being used in C++ code. Create constexpr wrappers that emit VTABLE entries so that a VTABLE can be created in C++ code. Change-Id: I22892de1e87448ab9dce48034c9f030bc5bab9af Signed-off-by: Patrick Williams <patrick@stwcx.xyz>