AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ ToSdsId()

virtual void drama::sds::Id::ToSdsId ( ::SdsId target,
const bool  outlives = false 
)
inlinevirtual

Shallow copy to an SdsId type.

The SdsId type is an older DRAMA Sds c++ interface, predating DRAMA 2. This method provides a way of efficiently moving a sds::Id item into a SdsId representation.

Parameters
targetThe target SdsId item we want to copy our item to.
outlivesSet true if the target item is to outlive the source, which will make the target responsible for any cleanup of the underlying SDS item

References drama::CreateRunDramaTask().