BooleanFunction Class

Constructors & Destructor | Member Functions

Function: boolean boolean ( object )

Implements the boolean conversion function.

Definition

Line 89 of System.XPath/XPathFunction.cm

Inheritance

Constructors & Destructor

public BooleanFunction()

Member Functions

public override Result<UniquePtr<Object>> DoEvaluate(Context& context, const List<Object*>& arguments)

Constructor& Destructor Details

BooleanFunction Constructor

public BooleanFunction()

Definition
Line 91 of System.XPath/XPathFunction.cm


Member Function Details

DoEvaluate Member Function

public override Result<UniquePtr<Object>> DoEvaluate(Context& context, const List<Object*>& arguments)

Definition
Line 95 of System.XPath/XPathFunction.cm