mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +00:00
Move duplicated code to detail header
This commit is contained in:
parent
2a21f2903a
commit
0b665ee130
5 changed files with 164 additions and 154 deletions
|
@ -91,6 +91,8 @@ public:
|
|||
|
||||
class Impl;
|
||||
|
||||
using InstanceType = IntCounter;
|
||||
|
||||
IntCounterFamily(const IntCounterFamily&) noexcept = default;
|
||||
IntCounterFamily& operator=(const IntCounterFamily&) noexcept = default;
|
||||
|
||||
|
@ -183,6 +185,8 @@ public:
|
|||
|
||||
class Impl;
|
||||
|
||||
using InstanceType = DblCounter;
|
||||
|
||||
DblCounterFamily(const DblCounterFamily&) noexcept = default;
|
||||
DblCounterFamily& operator=(const DblCounterFamily&) noexcept = default;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue