LeviLamina
Loading...
Searching...
No Matches
LoadResultAny.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Puv { class Logger; }
8// clang-format on
9
10namespace Puv {
11
13public:
14 // member variables
15 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 LoadResultAny& operator=(LoadResultAny const&);
26
27public:
28 // member functions
29 // NOLINTBEGIN
31
32 MCAPI ~LoadResultAny();
33 // NOLINTEND
34
35public:
36 // static functions
37 // NOLINTBEGIN
38 MCAPI static ::Puv::LoadResultAny makeError(::Puv::Logger log);
39 // NOLINTEND
40
41public:
42 // constructor thunks
43 // NOLINTBEGIN
44 MCAPI void* $ctor(::Puv::LoadResultAny&&);
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCAPI void $dtor();
51 // NOLINTEND
52};
53
54} // namespace Puv
Definition LoadResultAny.h:12
Definition Logger.h:12
Definition Alias.h:14