LeviLamina
Loading...
Searching...
No Matches
UntypedFunction.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
8public:
9 // UntypedFunction inner types declare
10 // clang-format off
13 // clang-format on
14
15 // UntypedFunction inner types define
17 public:
18 // member variables
19 // NOLINTBEGIN
23 // NOLINTEND
24
25 public:
26 // prevent constructor by default
30 };
31
33 public:
34 // member variables
35 // NOLINTBEGIN
38 // NOLINTEND
39
40 public:
41 // prevent constructor by default
45 };
46
47 enum : uint64 {
48 // bitfield representation
49 KInlineStorageSize = 1ull << 5,
50 };
51
52public:
53 // member variables
54 // NOLINTBEGIN
58 // NOLINTEND
59
60public:
61 // prevent constructor by default
62 UntypedFunction& operator=(UntypedFunction const&);
65};
66
67} // namespace webrtc
Definition UntypedFunction.h:7
Definition Alias.h:14