LeviLamina
Loading...
Searching...
No Matches
ContainerScreenActionResult.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<1, 1, bool> mActionSucceeded;
16 ::ll::TypedStorage<8, 24, ::std::vector<::ContainerValidationResult>> mValidationResults;
17 ::ll::TypedStorage<8, 24, ::std::vector<::std::shared_ptr<::ContainerScreenActionResultData>>> mResultData;
18 // NOLINTEND
19};
Definition ContainerScreenActionResultData.h:5
Definition ContainerScreenActionResult.h:11
Definition ContainerValidationResult.h:14