LeviLamina
Loading...
Searching...
No Matches
ServiceError.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cereal { struct ReflectionCtx; }
8// clang-format on
9
10namespace JsonRpc {
11
12class ServiceError {
13public:
14 // member variables
15 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 ServiceError();
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
34
35 MCNAPI ::JsonRpc::ServiceError& operator=(::JsonRpc::ServiceError&&);
36
37 MCNAPI ::JsonRpc::ServiceError& operator=(::JsonRpc::ServiceError const&);
38
39 MCNAPI bool operator==(::JsonRpc::ServiceError const& rhs) const;
40
41 MCNAPI ~ServiceError();
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
48 // NOLINTEND
49
50public:
51 // constructor thunks
52 // NOLINTBEGIN
54
55 MCNAPI void* $ctor(::JsonRpc::ServiceError const&);
56 // NOLINTEND
57
58public:
59 // destructor thunk
60 // NOLINTBEGIN
61 MCNAPI void $dtor();
62 // NOLINTEND
63};
64
65} // namespace JsonRpc
Definition ServiceError.h:12
MCAPI ServiceError(::JsonRpc::ServiceError const &)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI::JsonRpc::ServiceError & operator=(::JsonRpc::ServiceError &&)
MCAPI::JsonRpc::ServiceError & operator=(::JsonRpc::ServiceError const &)
MCAPI void * $ctor(::JsonRpc::ServiceError const &)
MCAPI ServiceError(::JsonRpc::ServiceError &&)
MCAPI void * $ctor(::JsonRpc::ServiceError &&)
MCAPI bool operator==(::JsonRpc::ServiceError const &rhs) const
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14