Go to the source code of this file.
|
#define | SWIFT_MISC_DECLARE_USING_MIXIN_DBUS(DERIVED, ...) |
| When a derived class and a base class both inherit from mixin::DBusByTuple, the derived class uses this macro to disambiguate the inherited members. More...
|
|
◆ SWIFT_MISC_DECLARE_USING_MIXIN_DBUS
#define SWIFT_MISC_DECLARE_USING_MIXIN_DBUS |
( |
|
DERIVED, |
|
|
|
... |
|
) |
| |
Value: using ::swift::misc::mixin::DBusByMetaClass<DERIVED SWIFT_TRAILING_VA_ARGS(__VA_ARGS__)>::marshallToDbus; \
using ::swift::misc::mixin::DBusByMetaClass<DERIVED SWIFT_TRAILING_VA_ARGS(__VA_ARGS__)>::unmarshallFromDbus;
When a derived class and a base class both inherit from mixin::DBusByTuple, the derived class uses this macro to disambiguate the inherited members.
Definition at line 182 of file mixindbus.h.