CommonLibSSE NG
Loading...
Searching...
No Matches
GStringHash.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
RE/G/GAllocator.h
"
4
#include "
RE/G/GHash.h
"
5
#include "
RE/G/GString.h
"
6
7
namespace
RE
8
{
9
template
<
class
U,
class
Allocator = GAllocatorGH<U>>
10
class
GStringHash
:
public
GHash
<GString, U, GString::NoCaseHashFunctor, Allocator>
11
{
12
public
:
13
using
BaseType
=
GHash<GString, U, GString::NoCaseHashFunctor, Allocator>
;
14
using
SelfType
=
GStringHash<U, Allocator>
;
15
};
16
}
GAllocator.h
GHash.h
GString.h
RE::GHash
Definition
GHash.h:21
RE::GStringHash
Definition
GStringHash.h:11
RE
Definition
AbsorbEffect.h:6
CommonLibSSE-NG
include
RE
G
GStringHash.h
Generated by
1.9.7