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

◆ Flush()

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

Flush data modified by pointer.

When the data of an SDS is modified via a pointer obtained by SdsPointer() or sds::Id::Pointer, then this method should be used to ensure the data is updated correctly.

This is currently a null method for all machines on which SDS is currently implemented, but may be required in the future.

See also
SdsFlush()

References drama::CreateRunDramaTask(), and DramaTHROW.

Referenced by drama::sds::DataPointer< T >::~DataPointer(), and drama::sds::DataPointer< T[]>::~DataPointer().