LeviLamina
Loading...
Searching...
No Matches
DBStorageConfig.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 DBStorageConfig& operator=(DBStorageConfig const&);
30
31public:
32 // member functions
33 // NOLINTBEGIN
35
36 MCAPI ~DBStorageConfig();
37 // NOLINTEND
38
39public:
40 // constructor thunks
41 // NOLINTBEGIN
42 MCAPI void* $ctor(::DBStorageConfig&&);
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCAPI void $dtor();
49 // NOLINTEND
50};
Definition DBStorageConfig.h:5
Definition Alias.h:14