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

◆ GetExtra()

virtual std::string drama::sds::Id::GetExtra ( ) const
inlinevirtual

Get extra data from an SDS item.

This method accesses the extra data from an SDS item. If nothing is available, then an empty string is returned.

See also
SdsGetExtra()
sds::Id::PutExtra
SdsPutExtra()
Returns
The extra item of the structure stored in a sds::string. Note the information is, in theory, just a byte array, but all existing uses of it in DRAMA treat it as a char array representing a string.

References drama::CreateRunDramaTask(), and DramaTHROW.