CommonLibSSE (Parapets fork)
Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
b
c
d
g
h
i
k
m
n
p
r
s
u
v
x
Typedefs
_
a
b
c
d
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
c
d
e
k
o
p
t
v
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
a
b
d
g
h
i
k
l
n
p
r
s
t
w
Related Functions
b
c
g
h
i
n
o
s
Files
File List
File Members
All
b
g
h
n
r
s
t
Functions
Typedefs
Macros
b
g
n
r
s
t
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
NiTList.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
RE/N/NiTDefaultAllocator.h
"
4
#include "
RE/N/NiTPointerListBase.h
"
5
6
namespace
RE
7
{
8
template
<
class
T>
9
class
NiTList
:
public
NiTPointerListBase
<NiTDefaultAllocator<T>, T>
10
{
11
public
:
12
};
13
static_assert(
sizeof
(
NiTList<void*>
) == 0x18);
14
}
NiTDefaultAllocator.h
NiTPointerListBase.h
RE::NiTList
Definition:
NiTList.h:10
RE::NiTPointerListBase
Definition:
NiTPointerListBase.h:9
RE
Definition:
AbsorbEffect.h:6
CommonLibSSE
include
RE
N
NiTList.h
Generated by
1.9.1