|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
Helper class for access to an SDS Scalar Arrays.
One of the sub-classes, drama::sds::ArrayWriteHelper or drama::sds::ArrayReadHelper are normally used. This is just used in their implementation.
#include "sdsarray.hh"
Public Member Functions | |
| ArrayAccessHelper () | |
| Create a drama::sds::ArrayAccessHelper object. | |
| SdsCodeType | Code () const |
| Return the SDS type code of the item being accessed. | |
| unsigned long | Size () const |
| Return the number of elements in the array. | |
Protected Member Functions | |
| T * | GetDataAddress () |
| Return the address of the data. | |
| const T * | GetDataAddress () const |
| Return the address of the data. | |
Friends | |
| class | drama::sds::Id |
Click here for the DRAMA home page and here for the AAO home page.
For more information, contact tony.farrell@mq.edu.au
Generated by