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

◆ operator[]() [2/2]

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

SDS array subscript operator (const version)

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

Exceptions
SdsArrayAccessHelper::NoDataExceptionNormally indicates that the array access operation failed.
SdsArrayAccessHelper::InvalidIndexExceptionThe index is invalid.
Parameters
indexThe index to access
Returns
A reference to the value.