NcEngine
nc::detail::ConnectionBacklink Class Reference

#include <SignalInternal.h>

Public Member Functions

 ConnectionBacklink (const ConnectionBacklink &)=delete
 
 ConnectionBacklink (ConnectionBacklink &&)=delete
 
ConnectionBacklinkoperator= (const ConnectionBacklink &)=delete
 
ConnectionBacklinkoperator= (ConnectionBacklink &&)=delete
 
auto HasPendingDisconnections () const noexcept -> bool
 
auto GetPendingDisconnections () -> std::vector< int >
 
void StageDisconnect (int id)
 

Detailed Description

A link from a connection back to a signal. Directly pointing to a signal would require guaranteeing pointer stability. To avoid the burden of non-moveable signals, each signal allocates one of these to use as a contact point. Removals are then accrued here, and written back to slot storage prior to calling Emit().


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