LeviLamina
Loading...
Searching...
No Matches
ContainerOwner.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8// clang-format on
9
11public:
12 // ContainerOwner inner types declare
13 // clang-format off
14 class OwnedContainer;
15 // clang-format on
16
17 // ContainerOwner inner types define
19 public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::ContainerModel>> mContainerModel;
23 // NOLINTEND
24
25 public:
26 // member functions
27 // NOLINTBEGIN
28 MCAPI ~OwnedContainer();
29 // NOLINTEND
30
31 public:
32 // destructor thunk
33 // NOLINTBEGIN
34 MCFOLD void $dtor();
35 // NOLINTEND
36 };
37
38public:
39 // member variables
40 // NOLINTBEGIN
41 ::ll::TypedStorage<8, 24, ::std::vector<::ContainerOwner::OwnedContainer>> mOwnedContainers;
42 // NOLINTEND
43};
Definition ContainerModel.h:25
Definition ContainerOwner.h:18
Definition ContainerOwner.h:10