LeviLamina
Loading...
Searching...
No Matches
SwitchResult.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace cricket::IceControllerInterface {
6
8public:
9 // prevent constructor by default
10 SwitchResult& operator=(SwitchResult const&);
12
13public:
14 // member functions
15 // NOLINTBEGIN
17
18 MCNAPI ~SwitchResult();
19 // NOLINTEND
20
21public:
22 // constructor thunks
23 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // destructor thunk
29 // NOLINTBEGIN
30 MCNAPI void $dtor();
31 // NOLINTEND
32};
33
34} // namespace cricket::IceControllerInterface
MCAPI void * $ctor(::cricket::IceControllerInterface::SwitchResult const &)
MCAPI SwitchResult(::cricket::IceControllerInterface::SwitchResult const &)