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

◆ CreateChildArray() [2/2]

Id drama::sds::Id::CreateChildArray ( const std::string &  name,
const SdsCodeType  code,
const unsigned  nElem,
const std::string &  extra = "" 
) const
inline

Factory constructor method Constructor which creates a new child item which is a one-dimensional array.

This non-static factory sds::Id constructor creates a new SDS array item which is a child of this SDS item.

The object on which the method is invoked must reference an SDS Structure item (rather then an array or primitive). It must also be an internal item (rather then external).

See also
SdsNew()
Parameters
nameThe name for the new SDS item.
codeThe SDS code for the new item.
nElemThe number of elements in the array.
extraThe extra data, if any. Defaults to none.
Template Parameters
ContainerTypeA container with a size() method and which can be used to initialize a vector of unsigned long.
Returns
An Id providing a reference to the array.

References drama::CreateRunDramaTask(), and DramaTHROW_S.