LeviLamina
Loading...
Searching...
No Matches
AsyncJoinError.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
11 // NOLINTEND
12
13public:
14 // prevent constructor by default
15 AsyncJoinError& operator=(AsyncJoinError const&);
18
19public:
20 // member functions
21 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // destructor thunk
27 // NOLINTBEGIN
28 MCNAPI void $dtor();
29 // NOLINTEND
30};
Definition AsyncJoinError.h:5
MCAPI void $dtor()
MCAPI ~AsyncJoinError()
Definition Alias.h:14