LeviLamina
Loading...
Searching...
No Matches
DataSegment.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/container/list_base_hook.h"
7
8namespace Core::Internal {
9
11public:
12 // member variables
13 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 DataSegment& operator=(DataSegment const&);
24};
25
26} // namespace Core::Internal
Definition list_base_hook.h:8
Definition DataSegment.h:10
Definition Alias.h:14