|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
|
inlinevirtual |
Shallow copy from SdsIdType.
Copy an SdsIdType item into this object. The existing SDS ID refered to by this object is first tidied up correctly.
After the copy, both the source and this object refer to the same SDS structure. The caller must indicate who has responsibility for cleaning up by setting appropiate flags.
| source | The Sds object to copy. |
| free | If set true, this object will free the SDS id when it is destroyed. |
| del | If set true, this object will delete the underlying SDS object when it is destroyed. |
| readfree | If set true, this object will call SdsReadFree() when the object is destroyed. |
References drama::CreateRunDramaTask().