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

◆ Lookup()

virtual const GitLogStrType * drama::gitarg::Bool::Lookup ( )
inlineprotectedvirtual

Return a pointer to an array of enum strings equivalents.

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 GitLogStrType, which contains pointers to pairs of true/false values.
The last entry in the array must contain a pair of null pointers to terminate the array. Each string is at most GIT_ARG_LMAX (20) characters long.

Referenced by Get().