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 MCNAPI explicit PhotoStorage(::Core::Path const& baseDir);
32
33 MCNAPI void _readManifest();
34
35 MCNAPI ~PhotoStorage();
36 // NOLINTEND
37
38public:
39 // static variables
40 // NOLINTBEGIN
41 MCNAPI static ::std::string const& BOOKS_DIR();
42
43 MCNAPI static ::std::string const& MANIFEST_NAME();
44
45 MCNAPI static ::std::string const& PHOTOITEM_DIR();
46
47 MCNAPI static ::std::string const& PHOTO_DIR();
48 // NOLINTEND
49
50public:
51 // constructor thunks
52 // NOLINTBEGIN
53 MCNAPI void* $ctor(::Core::Path const& baseDir);
54 // NOLINTEND
55
56public:
57 // destructor thunk
58 // NOLINTBEGIN
59 MCNAPI void $dtor();
60 // NOLINTEND
61};
Definition Path.h:17
Definition Path.h:16
Definition PhotoStorage.h:10
static MCAPI ::std::string const & PHOTO_DIR()
MCAPI void _readManifest()
MCAPI ~PhotoStorage()
static MCAPI ::std::string const & MANIFEST_NAME()
MCAPI void $dtor()
MCAPI void * $ctor(::Core::Path const &baseDir)
static MCAPI ::std::string const & BOOKS_DIR()
static MCAPI ::std::string const & PHOTOITEM_DIR()
MCAPI PhotoStorage(::Core::Path const &baseDir)
Definition Alias.h:14