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

This is the SdsArrayAccessHelper class Instantiated for access to SDS_UBYTE type items. More...

#include <sds.h>

Inheritance diagram for SdsArrayUbyte:
SdsArrayAccessHelper< unsigned char >

Public Member Functions

SdsCodeType Code () const
 Return the SDS type code of the item being accessed.
 
const unsigned char * DataAddressRO () const
 Access the data directly - read only.
 
unsigned char * DataAddressRW ()
 Access the data directly.
 
unsigned char & operator[] (const unsigned long index)
 SDS array subscript operator (non-const version)
 
unsigned char 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 Instantiated for access to SDS_UBYTE type items.

See also
SdsArrayAccessHelper

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