LeviLamina
Loading...
Searching...
No Matches
PhotoStorage.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
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 PhotoStorage& operator=(PhotoStorage const&);
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCAPI explicit PhotoStorage(::Core::Path const& baseDir);
32
33 MCAPI void _readManifest();
34
35 MCAPI ~PhotoStorage();
36 // NOLINTEND
37
38public:
39 // static variables
40 // NOLINTBEGIN
41 MCAPI static ::std::string const& BOOKS_DIR();
42
43 MCAPI static ::std::string const& MANIFEST_NAME();
44
45 MCAPI static ::std::string const& PHOTOITEM_DIR();
46
47 MCAPI static ::std::string const& PHOTO_DIR();
48 // NOLINTEND
49
50public:
51 // constructor thunks
52 // NOLINTBEGIN
53 MCAPI void* $ctor(::Core::Path const& baseDir);
54 // NOLINTEND
55
56public:
57 // destructor thunk
58 // NOLINTBEGIN
59 MCAPI void $dtor();
60 // NOLINTEND
61};
Definition Path.h:15
Definition Path.h:16
Definition PhotoStorage.h:10
Definition Alias.h:14