LeviLamina
Loading...
Searching...
No Matches
ContentLogEndPoint.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/debug/log/LogArea.h"
7
#include "mc/deps/core/debug/log/LogEndPoint.h"
8
#include "mc/deps/core/debug/log/LogLevel.h"
9
#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
10
#include "mc/deps/core/utility/typeid_t.h"
11
12
// auto generated forward declare list
13
// clang-format off
14
class
ContentLog
;
15
// clang-format on
16
17
class
ContentLogEndPoint
:
public
::Bedrock::EnableNonOwnerReferences
,
public
::Bedrock::LogEndPoint
{
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
virtual
~ContentLogEndPoint
()
/*override*/
;
22
23
virtual
void
log(::LogArea
const
area, ::LogLevel
const
level,
char
const
* message) = 0;
24
25
virtual
void
log(
char
const
*)
/*override*/
;
26
27
virtual
bool
logOnlyOnce()
const
= 0;
28
// NOLINTEND
29
30
public
:
31
// member functions
32
// NOLINTBEGIN
33
MCNAPI
ContentLogEndPoint
();
34
35
MCNAPI
void
_register
(
::Bedrock::typeid_t<::ContentLog>
id
);
36
37
MCNAPI
void
_unregister
();
38
// NOLINTEND
39
40
public
:
41
// constructor thunks
42
// NOLINTBEGIN
43
MCNAPI
void
*
$ctor
();
44
// NOLINTEND
45
46
public
:
47
// destructor thunk
48
// NOLINTBEGIN
49
MCNAPI
void
$dtor
();
50
// NOLINTEND
51
52
public
:
53
// virtual function thunks
54
// NOLINTBEGIN
55
MCNAPI
void
$log
(
char
const
*);
56
57
58
// NOLINTEND
59
60
public
:
61
// vftables
62
// NOLINTBEGIN
63
MCNAPI
static
void
**
$vftableForLogEndPoint
();
64
65
MCNAPI
static
void
**
$vftableForEnableNonOwnerReferences
();
66
// NOLINTEND
67
};
Bedrock::EnableNonOwnerReferences
Definition
EnableNonOwnerReferences.h:7
Bedrock::LogEndPoint
Definition
LogEndPoint.h:7
Bedrock::typeid_t
Definition
typeid_t.h:39
ContentLogEndPoint::$log
MCAPI void $log(char const *)
ContentLogEndPoint::$dtor
MCAPI void $dtor()
ContentLogEndPoint::ContentLogEndPoint
MCAPI ContentLogEndPoint()
ContentLogEndPoint::$vftableForLogEndPoint
static MCAPI void ** $vftableForLogEndPoint()
ContentLogEndPoint::$ctor
MCAPI void * $ctor()
ContentLogEndPoint::_unregister
MCAPI void _unregister()
ContentLogEndPoint::_register
MCAPI void _register(::Bedrock::typeid_t<::ContentLog > id)
ContentLogEndPoint::$vftableForEnableNonOwnerReferences
static MCAPI void ** $vftableForEnableNonOwnerReferences()
ContentLog
Definition
ContentLog.h:23
src
mc
deps
core
debug
log
ContentLogEndPoint.h
Generated on
for LeviLamina by
1.16.1