LeviLamina
Loading...
Searching...
No Matches
BlockSourceFactoryAdapterComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace VanillaSystems { class IBlockSourceFactoryAdapter; }
8namespace VanillaSystems { class IOwnedConstBlockSource; }
9// clang-format on
10
11namespace VanillaSystems {
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 8, ::gsl::not_null<::VanillaSystems::IBlockSourceFactoryAdapter*>> mFactoryAdapter;
18 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::VanillaSystems::IOwnedConstBlockSource>> mTemporarySource;
19 // NOLINTEND
20};
21
22} // namespace VanillaSystems
Definition IBlockSourceFactoryAdapter.h:12
Definition IOwnedConstBlockSource.h:13
Definition BlockSourceFactoryAdapterComponent.h:13