AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code

◆ SdsId() [2/12]

SdsId::SdsId ( void *const  data,
StatusType *const  status,
const bool  import = false 
)
inline

Constructor that accesses an exported SDS structure in a byte stream.

This constructor uses SdsImport() or SdsAccess() to get access an SDS structure stored in an external byte stream

See also
SdsImport().
SdsAccess().
Parameters
dataA pointer to a byte stream created with SdsExport() or SdsId::Export .
statusInherited status.
importIf true, then import the structure such that is an internal SDS structure. This allows the structure to be modified in any fashion, but is slower and requires more memory.