LeviLamina
Loading...
Searching...
No Matches
RegionFile.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Core { class Path; }
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 RegionFile& operator=(RegionFile const&);
24 RegionFile(RegionFile const&);
25 RegionFile();
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 // vIndex: 0
31 virtual ~RegionFile() = default;
32 // NOLINTEND
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCNAPI explicit RegionFile(::Core::Path const& basePath);
38
39 MCNAPI bool open();
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
45 MCNAPI void* $ctor(::Core::Path const& basePath);
46 // NOLINTEND
47
48public:
49 // vftables
50 // NOLINTBEGIN
51 MCNAPI static void** $vftable();
52 // NOLINTEND
53};
Definition Path.h:11
Definition Path.h:16
Definition RegionFile.h:10
MCAPI RegionFile(::Core::Path const &basePath)
MCAPI void * $ctor(::Core::Path const &basePath)
static MCAPI void ** $vftable()
MCAPI bool open()
Definition Alias.h:14