LeviLamina
Loading...
Searching...
No Matches
IntraFrameAllocatorContainer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace dragon::frameobject {
6
8public:
9 // IntraFrameAllocatorContainer inner types declare
10 // clang-format off
11 struct BufferCompare;
12 struct BufferHasher;
13 struct ThreadLocalData;
14 // clang-format on
15
16 // IntraFrameAllocatorContainer inner types define
17 struct BufferCompare {};
18
19 struct BufferHasher {};
20
21 struct ThreadLocalData {};
22};
23
24} // namespace dragon::frameobject
Definition IntraFrameAllocatorContainer.h:17
Definition IntraFrameAllocatorContainer.h:19
Definition IntraFrameAllocatorContainer.h:21
Definition IntraFrameAllocatorContainer.h:7