Go to the source code of this file.
◆ SWIFT_MISC_DECLARE_USING_MIXIN_DATASTREAM
#define SWIFT_MISC_DECLARE_USING_MIXIN_DATASTREAM |
( |
|
DERIVED | ) |
|
Value: using ::swift::misc::mixin::DataStreamByMetaClass<DERIVED>::marshalToDataStream; \
using ::swift::misc::mixin::DataStreamByMetaClass<DERIVED>::unmarshalFromDataStream;
When a derived class and a base class both inherit from mixin::DataStreamByMetaClass, the derived class uses this macro to disambiguate the inherited members.
Definition at line 144 of file mixindatastream.h.