LeviLamina
Loading...
Searching...
No Matches
MockDebugEndPoint Class Reference
+ Inheritance diagram for MockDebugEndPoint:

Public Member Functions

virtual void log (::LogArea const, ::LogLevel const, char const *)
 
virtual void log (char const *message)
 
virtual void flush ()
 
virtual void setEnabled (bool newState)
 
virtual bool isEnabled () const
 
virtual bool logOnlyOnce () const
 
virtual void contentAssert (::LogArea const area, ::LogLevel const level, char const *message)
 
MCAPI void * $ctor (::std::optional<::LogLevel > minLogLevel)
 
MCAPI void $log (::LogArea const area, ::LogLevel const level, char const *message)
 
MCAPI void $log (char const *message)
 
MCAPI void $flush ()
 
MCAPI void $setEnabled (bool newState)
 
MCAPI bool $isEnabled () const
 
MCAPI bool $logOnlyOnce () const
 
MCAPI void $contentAssert (::LogArea const area, ::LogLevel const level, char const *message)
 
MCAPI void $dtor ()
 

Static Public Member Functions

static MCAPI ::std::unordered_map<::LogArea, bool > const & mAssertAreas ()
 
static MCAPI void ** $vftableForLogEndPoint ()
 
static MCAPI void ** $vftableForEnableNonOwnerReferences ()
 
static MCAPI void ** $vftable ()
 

Public Attributes

::ll::UntypedStorage< 8, 80 > mUnk9aec1e
 
::ll::UntypedStorage< 1, 1 > mUnked2556
 
::ll::UntypedStorage< 4, 8 > mUnk71077b
 
::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlockmControlBlock
 

Member Function Documentation

◆ log() [1/2]

virtual void MockDebugEndPoint::log ( ::LogArea const ,
::LogLevel const ,
char const *  )
virtual

Reimplemented from DebugEndPoint.

◆ log() [2/2]

virtual void ContentLogEndPoint::log ( char const * message)
virtualinherited

Implements Bedrock::LogEndPoint.

◆ flush()

virtual void DebugEndPoint::flush ( )
virtualinherited

Implements Bedrock::LogEndPoint.

◆ setEnabled()

virtual void DebugEndPoint::setEnabled ( bool newState)
virtualinherited

Implements Bedrock::LogEndPoint.

◆ isEnabled()

virtual bool DebugEndPoint::isEnabled ( ) const
virtualinherited

Implements Bedrock::LogEndPoint.

◆ logOnlyOnce()

virtual bool DebugEndPoint::logOnlyOnce ( ) const
virtualinherited

Implements ContentLogEndPoint.

◆ mAssertAreas()

static MCAPI ::std::unordered_map<::LogArea, bool > const & DebugEndPoint::mAssertAreas ( )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ctor()

MCAPI void * DebugEndPoint::$ctor ( ::std::optional<::LogLevel > minLogLevel)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $log() [1/2]

MCAPI void DebugEndPoint::$log ( ::LogArea const area,
::LogLevel const level,
char const * message )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $log() [2/2]

MCAPI void ContentLogEndPoint::$log ( char const * message)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $flush()

MCAPI void DebugEndPoint::$flush ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $setEnabled()

MCAPI void DebugEndPoint::$setEnabled ( bool newState)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isEnabled()

MCAPI bool DebugEndPoint::$isEnabled ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $logOnlyOnce()

MCAPI bool DebugEndPoint::$logOnlyOnce ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $contentAssert()

MCAPI void DebugEndPoint::$contentAssert ( ::LogArea const area,
::LogLevel const level,
char const * message )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftableForLogEndPoint()

static MCAPI void ** DebugEndPoint::$vftableForLogEndPoint ( )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftableForEnableNonOwnerReferences()

static MCAPI void ** DebugEndPoint::$vftableForEnableNonOwnerReferences ( )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $dtor()

MCAPI void ContentLogEndPoint::$dtor ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftable()

static MCAPI void ** Bedrock::EnableNonOwnerReferences::$vftable ( )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following file: