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

◆ Real() [2/2]

template<long int MinVal, long int MaxVal, long int DefaultVal = 0>
GitTpl::Real< MinVal, MaxVal, DefaultVal >::Real ( const SdsId Id,
const char *const  Name,
const int  Position,
StatusType *const  status,
const double  Default = (double)DefaultVal,
const int  Flags = Git::KeepErr 
)
inline

Constructor with the initial value set from an SDS structure.

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. If not specified, uses "DefaultVal".
FlagsWhich GIT Flags to apply. If not specified, Git::KeepErr is used.

References GitReal::Get().