AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ DataAddress()

template<typename T >
T * drama::sds::ArrayWriteHelper< T >::DataAddress ( )
inline

Access the data directly.

read/write.

Returns the address of the raw data. The user is responsible for ensuring that any accesses are within the correct range - not more then Size() elements.

Returns
The address of the data.

References drama::sds::ArrayAccessHelper< T >::GetDataAddress().

Referenced by drama::ArrayParameter< std::string >::Set().