CommonLibSSE NG
Loading...
Searching...
No Matches
GRefCountWeakSupportImpl.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace RE
6{
7 class GWeakPtrProxy;
8
10 {
11 public:
13 {
14 weakProxy = nullptr;
15 }
16
18
19 GWeakPtrProxy* CreateWeakProxy() const;
20
21 // members
22 mutable GWeakPtrProxy* weakProxy;
23 };
24 static_assert(sizeof(GRefCountWeakSupportImpl) == 0x18);
25}
Definition GRefCountNTSImpl.h:8
Definition GRefCountWeakSupportImpl.h:10
GRefCountWeakSupportImpl()
Definition GRefCountWeakSupportImpl.h:12
GWeakPtrProxy * CreateWeakProxy() const
GWeakPtrProxy * weakProxy
Definition GRefCountWeakSupportImpl.h:22
Definition AbsorbEffect.h:6