Content


NTL
Core
CFunctionBool

CFunctionBool


Class provides implementation of the casting to bool data type. It is being used by expression runners.

You can find more information in comments below. Overrided methods can be found in corresponding base class or interface.

class CFunctionBool :public CFunction
{
public:
    // IFunction methods 
    bool Run() override;

    CFunctionBool(IErrorListener *error_listener, IFunction *operand);
};
Namespace: nitisa::script
Include: Nitisa/Modules/Script/Functions/Cast/FunctionBool.h