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 MCNAPI_C static ::std::shared_ptr<::ContainerController>
17 createController(::std::shared_ptr<::ContainerModel> containerModel);
18
19 MCNAPI_C static ::FullContainerName getContainerEnumName(::std::string const& collectionName);
20 // NOLINTEND
21
22public:
23 // static variables
24 // NOLINTBEGIN
25 MCNAPI static ::FullContainerName const& INVALID_FULL_CONTAINER_ENUM_NAME();
26 // NOLINTEND
27};
Definition ContainerController.h:20
Definition ContainerFactory.h:12
static MCAPI ::FullContainerName const & INVALID_FULL_CONTAINER_ENUM_NAME()
Definition ContainerModel.h:27
Definition FullContainerName.h:8