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

◆ operator[]() [1/2]

unsigned short & SdsArrayAccessHelper< unsigned short >::operator[] ( const unsigned long  index)
inlineinherited

SDS array subscript operator (non-const version)

Set/Access the data using the subscript operator - the only way of getting at the data at the moment.

Exceptions
SdsArrayAccessHelper::NoDataException,:Normally indicates that the array access operation failed.
SdsArrayAccessHelper::InvalidIndexException,:The index is invalid.
Parameters
indexThe index to access
Returns
A reference to the value.