LeviLamina
Loading...
Searching...
No Matches
DensityCalculators.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 // DensityCalculators inner types define
13 using CalculatorIndexMap = ::std::unordered_map<void const*, ushort>;
14
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 24, ::std::vector<::std::unique_ptr<::IDensityCalculator>>> mCalculators;
19 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::std::unordered_map<void const*, ushort>>> mCalculatorIndices;
20 // NOLINTEND
21};
Definition DensityCalculators.h:10
Definition IDensityCalculator.h:12