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
// vIndex: 0
18
virtual
~ActiveIceControllerFactoryInterface
() =
default
;
19
20
// vIndex: 1
21
virtual ::std::unique_ptr<::cricket::ActiveIceControllerInterface>
22
Create(
::cricket::ActiveIceControllerFactoryArgs
const
&) = 0;
23
// NOLINTEND
24
25
public
:
26
// virtual function thunks
27
// NOLINTBEGIN
28
29
// NOLINTEND
30
};
31
32
}
// namespace cricket
cricket::ActiveIceControllerFactoryInterface
Definition
ActiveIceControllerFactoryInterface.h:13
cricket::ActiveIceControllerFactoryArgs
Definition
ActiveIceControllerFactoryArgs.h:7
src
mc
external
cricket
ActiveIceControllerFactoryInterface.h
Generated on Wed Jul 23 2025 08:34:00 for LeviLamina by
1.12.0