LeviLamina
Loading...
Searching...
No Matches
ActiveIceControllerFactoryInterface.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
cricket {
class
ActiveIceControllerInterface
; }
8
namespace
cricket {
struct
ActiveIceControllerFactoryArgs
; }
9
// clang-format on
10
11
namespace
cricket {
12
13
class
ActiveIceControllerFactoryInterface
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
virtual
~ActiveIceControllerFactoryInterface
() =
default
;
18
19
virtual ::std::unique_ptr<::cricket::ActiveIceControllerInterface>
20
Create(
::cricket::ActiveIceControllerFactoryArgs
const
&) = 0;
21
// NOLINTEND
22
23
public
:
24
// virtual function thunks
25
// NOLINTBEGIN
26
27
// NOLINTEND
28
};
29
30
}
// namespace cricket
cricket::ActiveIceControllerFactoryInterface
Definition
ActiveIceControllerFactoryInterface.h:13
cricket::ActiveIceControllerInterface
Definition
ActiveIceControllerInterface.h:18
cricket::ActiveIceControllerFactoryArgs
Definition
ActiveIceControllerFactoryArgs.h:7
src
mc
external
cricket
ActiveIceControllerFactoryInterface.h
Generated on
for LeviLamina by
1.16.1