mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
refs #413, #416 Using Mixin::Index in more classes so that index "myself" yields correct derived type.
(cherry picked from commit 2b7f7eb6b692a3464863ece86b30ea0b7efc2a1d)
This commit is contained in:
@@ -24,13 +24,15 @@ namespace BlackMisc
|
||||
class BLACKMISC_EXPORT CComSystem :
|
||||
public CModulator<CComSystem>,
|
||||
public Mixin::MetaType<CComSystem>,
|
||||
public Mixin::JsonOperators<CComSystem>
|
||||
public Mixin::JsonOperators<CComSystem>,
|
||||
public Mixin::Index<CComSystem>
|
||||
{
|
||||
public:
|
||||
//! Base type
|
||||
using base_type = CModulator<CComSystem>;
|
||||
|
||||
BLACKMISC_DECLARE_USING_MIXIN_METATYPE(CComSystem)
|
||||
BLACKMISC_DECLARE_USING_MIXIN_INDEX(CComSystem)
|
||||
|
||||
//! Channel spacing frequency
|
||||
enum ChannelSpacing
|
||||
|
||||
Reference in New Issue
Block a user