LeviLamina
Loading...
Searching...
No Matches
ContainerWeakRef.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
18 ContainerWeakRef& operator=(ContainerWeakRef const&);
21
22public:
23 // member functions
24 // NOLINTBEGIN
25 MCAPI explicit operator bool() const;
26
27 MCAPI ~ContainerWeakRef();
28 // NOLINTEND
29
30public:
31 // destructor thunk
32 // NOLINTBEGIN
33 MCFOLD void $dtor();
34 // NOLINTEND
35};
Definition ContainerWeakRef.h:5
Definition Alias.h:14