AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code
Public Member Functions | List of all members
SdsArrayUINT64 Class Reference

This is the SdsArrayAccessHelper class Instantiationed for access ot SDS_UI64 type items. More...

#include <sds.h>

Inheritance diagram for SdsArrayUINT64:
SdsArrayAccessHelper< UINT64 >

Public Member Functions

SdsCodeType Code () const
 Return the SDS type code of the item being accessed.
 
const UINT64 * DataAddressRO () const
 Access the data directly - read only.
 
UINT64 * DataAddressRW ()
 Access the data directly.
 
UINT64 & operator[] (const unsigned long index)
 SDS array subscript operator (non-const version)
 
UINT64 const & operator[] (const unsigned long index) const
 SDS array subscript operator (const version)
 
unsigned long Size () const
 Return the number of elements in the array.
 

Detailed Description

This is the SdsArrayAccessHelper class Instantiationed for access ot SDS_UI64 type items.

See also
SdsArrayAccessHelper

The documentation for this class was generated from the following file: