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

◆ Outlive()

virtual void drama::sds::Id::Outlive ( )
inlinevirtual

Force the actual SDS ID to outlive the sds::Id variable.

This method should be invoked if it is determined that the underlying SDS ID/Structure should outlive the sds::Id object.

Typically, this might be done if the underlying ID is passed to some other function.