Workspace 6.21.5
Public Member Functions | List of all members
DirectConnection Class Reference

#include <Workspace/DataExecution/Connections/directconnection.h>

Inherits ConnectionImplBase.

Public Member Functions

 DirectConnection (ConnectionImpl &impl)
 
 ~DirectConnection () override
 
bool update (Updater *updater) override
 

Constructor & Destructor Documentation

◆ DirectConnection()

DirectConnection ( ConnectionImpl &  impl)

◆ ~DirectConnection()

~DirectConnection ( )
override

Sets the destination's data to be null. This ensures the destination doesn't try to keep accessing the source once this connection is deleted.

Member Function Documentation

◆ update()

bool update ( Updater updater)
override

Updating a direct connection can only fail if the copy flag is true and the data type is not assignable.