LeviLamina
Loading...
Searching...
No Matches
SessionInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Bedrock {
6
8public:
9 // member variables
10 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCNAPI SessionInfo();
28
30
31 MCNAPI ::std::string const& getBranchId() const;
32
33 MCNAPI ::std::string const& getBuildId() const;
34
35 MCNAPI ::std::string const& getCommitId() const;
36
37 MCNAPI int64 getCrashTimestamp() const;
38
39 MCNAPI ::std::optional<uint> const& getErrorCode() const;
40
41 MCNAPI ::std::string const& getErrorMessage() const;
42
43 MCNAPI ::std::string const& getSessionId() const;
44
45 MCNAPI ::std::map<::std::string, ::std::string>& getTags();
46
47 MCNAPI ::Bedrock::SessionInfo& operator=(::Bedrock::SessionInfo&&);
48
49 MCNAPI ::Bedrock::SessionInfo& operator=(::Bedrock::SessionInfo const&);
50
51 MCNAPI bool operator==(::Bedrock::SessionInfo const& rhs) const;
52
53 MCNAPI ~SessionInfo();
54 // NOLINTEND
55
56public:
57 // constructor thunks
58 // NOLINTBEGIN
59 MCNAPI void* $ctor();
60
61 MCNAPI void* $ctor(::Bedrock::SessionInfo const&);
62 // NOLINTEND
63
64public:
65 // destructor thunk
66 // NOLINTBEGIN
67 MCNAPI void $dtor();
68 // NOLINTEND
69};
70
71} // namespace Bedrock
Definition SessionInfo.h:7
MCAPI int64 getCrashTimestamp() const
MCAPI void * $ctor(::Bedrock::SessionInfo const &)
MCAPI::std::string const & getBranchId() const
MCAPI::std::string const & getErrorMessage() const
MCAPI::std::string const & getBuildId() const
MCAPI::Bedrock::SessionInfo & operator=(::Bedrock::SessionInfo const &)
MCAPI bool operator==(::Bedrock::SessionInfo const &rhs) const
MCAPI::std::string const & getCommitId() const
MCAPI::Bedrock::SessionInfo & operator=(::Bedrock::SessionInfo &&)
MCAPI void * $ctor()
MCAPI SessionInfo(::Bedrock::SessionInfo const &)
MCAPI::std::string const & getSessionId() const
MCAPI ::std::optional< uint > const & getErrorCode() const
MCAPI void $dtor()
MCAPI ::std::map<::std::string, ::std::string > & getTags()
Definition Alias.h:14