AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code

◆ GitBool() [2/2]

GitBool::GitBool ( const SdsId Id,
const char *const  Name,
const int  Position,
StatusType *const  status,
const bool  Default = false,
const int  Flags = (Git::Upper|Git::Abbrev) 
)
inline

Constructor with the initial value set from an SDS structure.

Warning
Does not call the sub-class Lookup() function to get the strings. If the sub-class has a Lookup() function, use a simple constructor followed by an explicit invocation of the Get() method.
Parameters
IdThe SDS structure.
NameThe name of the item within the structure.
PositionIf the item does not exist by the name, then presume this position.
statusInherited status
DefaultThe default value.
FlagsWhich GIT Flags to apply