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

◆ GetStringArray()

virtual const char ** drama::gitarg::EnumLookupClass::GetStringArray ( ) const
pure virtual

Return a pointer to an array of enum strings equivalents.

The integer index of the string in this array corresponds to the Enum value the string represents. It is passed to GitEnum::SetValue when the value is set

The result here is passed to GitArgGetS(), hence the old C style interface we use here.

Returns
a pointer to a array of pointer to char, which is a character array to be passed to GitArgGetS(). This array contains the list of strings to be accepted with a terminating null.

Implemented in drama::git::ResetArgLookup.