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

◆ SdsId() [6/12]

SdsId::SdsId ( const char *const  name,
const SdsCodeType  code,
StatusType *const  status,
const long  nextra = 0,
const char *const  extra = 0 
)
inline

Constructor which creates a new (non-array) top-level item.

This constructor creates a new SDS top-level SDS item.

Parameters
nameThe name for the new SDS item.
codeThe SDS code for the new item.
statusInherited status.
nextraThe about of extra data, default to 0 (no extra data).
extraThe extra data.