LeviLamina
Loading...
Searching...
No Matches
SetDownloadProgressHandlerError.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/resources/ImportFailure.h"
7#include "mc/client/services/ms_graph/GraphResponse.h"
8#include "mc/util/DownloadError.h"
9
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<8, 32, ::std::string const> id;
15 ::ll::TypedStorage<8, 64, ::std::function<void(::MSGraph::GraphResponse)>> setSyncError;
16 ::ll::TypedStorage<8, 64, ::std::function<void(::DownloadError)>> setDownloadError;
17 ::ll::TypedStorage<8, 64, ::std::function<void(::MSGraph::GraphResponse)>> setGraphError;
18 ::ll::TypedStorage<8, 64, ::std::function<void(::ImportFailure)>> setImportError;
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 SetDownloadProgressHandlerError& operator=(SetDownloadProgressHandlerError const&);
24 SetDownloadProgressHandlerError(SetDownloadProgressHandlerError const&);
25 SetDownloadProgressHandlerError();
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCAPI SetDownloadProgressHandlerError(::SetDownloadProgressHandlerError&&);
31
32 MCAPI ~SetDownloadProgressHandlerError();
33 // NOLINTEND
34
35public:
36 // constructor thunks
37 // NOLINTBEGIN
38 MCAPI void* $ctor(::SetDownloadProgressHandlerError&&);
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCAPI void $dtor();
45 // NOLINTEND
46};
Definition SetDownloadProgressHandlerError.h:5