LeviLamina
Loading...
Searching...
No Matches
Bedrock::PubSub::FIFODeferredSubscriptionHub Class Reference
+ Inheritance diagram for Bedrock::PubSub::FIFODeferredSubscriptionHub:

Public Types

enum class  HubType : int { Priority = 0 , Fifo = 1 , RecursiveFIFO = 2 }
 

Public Member Functions

FIFODeferredSubscriptionHuboperator= (FIFODeferredSubscriptionHub const &)
 
 FIFODeferredSubscriptionHub (FIFODeferredSubscriptionHub const &)
 
virtual void flushPendingEvents ()
 
virtual::Bedrock::PubSub::DeferredSubscriptionHub::HubType getHubType () const
 
virtual bool _runOneEvent ()
 
virtual void _enqueue (::std::function< void()>, ::Bedrock::PubSub::ConnectPosition, ::std::optional< int >)
 
virtual uint64 runDeferredEvents (uint64 maxToRun)
 
virtual uint64 runDeferredEventsForDuration (::std::chrono::milliseconds msec)
 
virtual void clear ()
 
virtual uint64 erase (::Bedrock::PubSub::RawSubscription &subscription)
 
virtual uint64 size () const
 
virtual bool empty () const
 
virtual void _join (::Bedrock::PubSub::DeferredSubscription &&subscription)
 
MCAPI void $dtor ()
 
MCAPI uint64 $runDeferredEvents (uint64 maxToRun)
 
MCAPI uint64 $runDeferredEventsForDuration (::std::chrono::milliseconds msec)
 
MCAPI void $clear ()
 
MCAPI uint64 $erase (::Bedrock::PubSub::RawSubscription &subscription)
 
MCAPI uint64 $size () const
 
MCAPI bool $empty () const
 
MCAPI void $_join (::Bedrock::PubSub::DeferredSubscription &&subscription)
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 
static MCAPI ::std::unique_ptr<::Bedrock::PubSub::DeferredSubscriptionHubmakePriorityHub ()
 

Public Attributes

::ll::UntypedStorage< 8, 560 > mUnke1f3f8
 
::ll::UntypedStorage< 8, 24 > mUnkb58fe3
 

Member Function Documentation

◆ flushPendingEvents()

virtual void Bedrock::PubSub::FIFODeferredSubscriptionHub::flushPendingEvents ( )
virtual

◆ getHubType()

virtual::Bedrock::PubSub::DeferredSubscriptionHub::HubType Bedrock::PubSub::FIFODeferredSubscriptionHub::getHubType ( ) const
virtual

◆ _runOneEvent()

virtual bool Bedrock::PubSub::FIFODeferredSubscriptionHub::_runOneEvent ( )
virtual

◆ _enqueue()

virtual void Bedrock::PubSub::FIFODeferredSubscriptionHub::_enqueue ( ::std::function< void()> ,
::Bedrock::PubSub::ConnectPosition ,
::std::optional< int >  )
virtual

◆ runDeferredEvents()

virtual uint64 Bedrock::PubSub::DeferredSubscriptionHubBase::runDeferredEvents ( uint64 maxToRun)
virtualinherited

◆ runDeferredEventsForDuration()

virtual uint64 Bedrock::PubSub::DeferredSubscriptionHubBase::runDeferredEventsForDuration ( ::std::chrono::milliseconds msec)
virtualinherited

◆ clear()

virtual void Bedrock::PubSub::DeferredSubscriptionHubBase::clear ( )
virtualinherited

◆ erase()

virtual uint64 Bedrock::PubSub::DeferredSubscriptionHubBase::erase ( ::Bedrock::PubSub::RawSubscription & subscription)
virtualinherited

◆ size()

virtual uint64 Bedrock::PubSub::DeferredSubscriptionHubBase::size ( ) const
virtualinherited

◆ empty()

virtual bool Bedrock::PubSub::DeferredSubscriptionHubBase::empty ( ) const
virtualinherited

◆ _join()

virtual void Bedrock::PubSub::DeferredSubscriptionHubBase::_join ( ::Bedrock::PubSub::DeferredSubscription && subscription)
virtualinherited

◆ $dtor()

MCAPI void Bedrock::PubSub::DeferredSubscriptionHubBase::$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.

◆ $runDeferredEvents()

MCAPI uint64 Bedrock::PubSub::DeferredSubscriptionHubBase::$runDeferredEvents ( uint64 maxToRun)
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.

◆ $runDeferredEventsForDuration()

MCAPI uint64 Bedrock::PubSub::DeferredSubscriptionHubBase::$runDeferredEventsForDuration ( ::std::chrono::milliseconds msec)
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.

◆ $clear()

MCAPI void Bedrock::PubSub::DeferredSubscriptionHubBase::$clear ( )
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.

◆ $erase()

MCAPI uint64 Bedrock::PubSub::DeferredSubscriptionHubBase::$erase ( ::Bedrock::PubSub::RawSubscription & subscription)
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.

◆ $size()

MCAPI uint64 Bedrock::PubSub::DeferredSubscriptionHubBase::$size ( ) 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.

◆ $empty()

MCAPI bool Bedrock::PubSub::DeferredSubscriptionHubBase::$empty ( ) 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.

◆ $_join()

MCAPI void Bedrock::PubSub::DeferredSubscriptionHubBase::$_join ( ::Bedrock::PubSub::DeferredSubscription && subscription)
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::PubSub::DeferredSubscriptionHubBase::$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.

◆ makePriorityHub()

static MCAPI ::std::unique_ptr<::Bedrock::PubSub::DeferredSubscriptionHub > Bedrock::PubSub::DeferredSubscriptionHub::makePriorityHub ( )
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: