LeviLamina
Loading...
Searching...
No Matches
ContainerFactory.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
10// clang-format on
11
13public:
14 // static functions
15 // NOLINTBEGIN
16#ifdef LL_PLAT_C
17 MCAPI static ::std::shared_ptr<::ContainerController>
18 createController(::std::shared_ptr<::ContainerModel> containerModel);
19
20 MCAPI static ::FullContainerName getContainerEnumName(::std::string const& collectionName);
21#endif
22 // NOLINTEND
23
24public:
25 // static variables
26 // NOLINTBEGIN
27 MCAPI static ::FullContainerName const& INVALID_FULL_CONTAINER_ENUM_NAME();
28 // NOLINTEND
29};
Definition ContainerController.h:20
Definition ContainerFactory.h:12
Definition ContainerModel.h:27
Definition FullContainerName.h:8