Boolean Class

Constructors & Destructor | Member Functions | Member Variables

Definition

Line 156 of System.XPath/XPathObject.cm

Inheritance

Constructors & Destructor

public Boolean()
public Boolean(bool value_)

Member Functions

public override Element* ToXmlElement() const
public inline bool Value() const

Member Variables

private bool value

Constructor& Destructor Details

Boolean Constructor

public Boolean()

Definition
Line 158 of System.XPath/XPathObject.cm


Boolean Constructor

public Boolean(bool value_)

Definition
Line 161 of System.XPath/XPathObject.cm


Member Function Details

ToXmlElement Member Function

public override Element* ToXmlElement()

Definition
Line 168 of System.XPath/XPathObject.cm


Value Member Function

public inline bool Value()

Definition
Line 164 of System.XPath/XPathObject.cm