LeviLamina
Loading...
Searching...
No Matches
ThrottledFileWriteEstimator.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Core::WriteThrottledOS {
6
8public:
9 // ThrottledFileWriteEstimator inner types declare
10 // clang-format off
11 struct WriteTimeEstimate;
12 // clang-format on
13
14 // ThrottledFileWriteEstimator inner types define
16 public:
17 // member variables
18 // NOLINTBEGIN
23 // NOLINTEND
24
25 public:
26 // prevent constructor by default
27 WriteTimeEstimate& operator=(WriteTimeEstimate const&);
30 };
31};
32
33} // namespace Core::WriteThrottledOS
Definition ThrottledFileWriteEstimator.h:7
Definition Alias.h:14