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

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

Inherits ConnectionImplBase.

Public Member Functions

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

Constructor & Destructor Documentation

◆ ToObjectArrayConnection()

ToObjectArrayConnection ( ConnectionImpl &  impl)

◆ ~ToObjectArrayConnection()

~ToObjectArrayConnection ( )
override

Member Function Documentation

◆ update()

bool update ( Updater updater)
override

The update first ensures that there is valid data at the destination. It then performs the assignment using a adaptor.

The destination still owns the data it points to, so if the connection is removed, the destination keeps the last value that was provided to it.