CommonLibSSE (powerof3)
GArray.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
RE/G/GAllocator.h
"
4
#include "
RE/G/GArrayBase.h
"
5
#include "
RE/G/GArrayData.h
"
6
#include "
RE/G/GArrayDefaultPolicy.h
"
7
#include "
RE/G/GStats.h
"
8
9
namespace
RE
10
{
11
template
<
class
T, std::u
int
32_t SID = GStatGroup::kGStat_Default_Mem,
class
SizePolicy = GArrayDefaultPolicy>
12
class
GArray
:
public
GArrayBase
<GArrayData<T, GAllocatorGH<T, SID>, SizePolicy>>
13
{
14
public
:
15
};
16
static_assert(
sizeof
(
GArray<void*>
) == 0x18);
17
}
GAllocator.h
GArrayBase.h
GArrayData.h
GArrayDefaultPolicy.h
GStats.h
RE::GArrayBase
Definition:
GArrayBase.h:7
RE::GArray
Definition:
GArray.h:13
RE
Definition:
AbsorbEffect.h:6
CommonLibSSE
include
RE
G
GArray.h
Generated by
1.9.1