|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
Shallow copy from a const sds::Id which will outlive this object.
Copy another sds::Id item into this object. Any existing SDS ID referred to by this object is cleaned up first.
After the copy, both the source and this object refer to the same SDS structure (and same SDS ID). But when this object goes out of scope, the SDS ID is NOT free-d and the structure is not deleted.
| source | The Sds object to copy. Must outlive this object. |
References drama::CreateRunDramaTask().
Referenced by drama::sds::DataPointer< T >::DataPointer(), drama::sds::DataPointer< T[]>::DataPointer(), drama::sds::DataPointer< T >::DataPointer(), drama::sds::DataPointer< T[]>::DataPointer(), and drama::thread::TAction::SetReturnArg().