LeviLamina
Loading...
Searching...
No Matches
CrashSessionFileImpl.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/application/crash_manager/CrashSessionFile.h"
7#include "mc/deps/core/file/PathBuffer.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace Core { class Path; }
12// clang-format on
13
14namespace Bedrock {
15
17public:
18 // member variables
19 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 // vIndex: 0
34 virtual ~CrashSessionFileImpl() /*override*/ = default;
35
36 // vIndex: 1
37 virtual ::Core::PathBuffer<::std::string> const& configure(::Core::Path const&) /*override*/;
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43
44 // NOLINTEND
45
46public:
47 // virtual function thunks
48 // NOLINTBEGIN
49
50 // NOLINTEND
51};
52
53} // namespace Bedrock
Definition CrashSessionFileImpl.h:16
Definition CrashSessionFile.h:15
Definition Path.h:15
Definition Path.h:16
Definition Alias.h:14