CommonLibVR
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
private
:
17
KEEP_FOR_RE
()
18
};
19
}
GAllocator.h
GHash.h
GString.h
KEEP_FOR_RE
#define KEEP_FOR_RE()
Definition:
PCH.h:713
RE::GHash
Definition:
GHash.h:21
RE::GStringHash
Definition:
GStringHash.h:11
RE
Definition:
AbsorbEffect.h:6
CommonLibVR
include
RE
G
GStringHash.h
Generated by
1.9.1