LeviLamina
Loading...
Searching...
No Matches
CpuRingBufferAllocation_Buffer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Core {
6
8public:
9 // CpuRingBufferAllocation_Buffer inner types declare
10 // clang-format off
11 class Buffer;
12 // clang-format on
13
14 // CpuRingBufferAllocation_Buffer inner types define
15 class Buffer {};
16};
17
18} // namespace Core
Definition CpuRingBufferAllocation_Buffer.h:15
Definition CpuRingBufferAllocation_Buffer.h:7