LeviLamina
Loading...
Searching...
No Matches
StopwatchNLast.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/timing/Stopwatch.h"
7
8class StopwatchNLast : public ::Stopwatch {
9public:
10 // member variables
11 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 StopwatchNLast& operator=(StopwatchNLast const&);
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 // vIndex: 0
29 virtual ~StopwatchNLast() /*override*/ = default;
30
31 // vIndex: 1
32 virtual double stop() /*override*/;
33
34 // vIndex: 3
35 virtual void print(::std::string const& prepend) /*override*/;
36 // NOLINTEND
37
38public:
39 // destructor thunk
40 // NOLINTBEGIN
41
42 // NOLINTEND
43
44public:
45 // virtual function thunks
46 // NOLINTBEGIN
47
48 // NOLINTEND
49};
Definition StopwatchNLast.h:8
Definition Stopwatch.h:5
Definition Alias.h:14