|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
|
inline |
Factory constructor method Constructor which creates a new child item which is an multi-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).
| name | The name for the new SDS item. |
| code | The SDS code for the new item. |
| dims | A container giving each dimension. A maximum of 7 dimensions are supported |
| extra | The extra data, if any. Defaults to none. |
| ContainerType | A container with a size() method and which can be used to initialize a vector of unsigned long. |
References drama::CreateRunDramaTask(), and DramaTHROW_F.
Referenced by drama::ArrayParameter< SDS_T >::ArrayParameter(), ArrayCreateAndAccess(), and ArrayCreateAndAccess().