#include <Xabsl2BooleanExpression.h>
Inheritance diagram for Xabsl2NotOperator:
Public Member Functions | |
Xabsl2NotOperator (Xabsl2BooleanExpression *operand1) | |
Constructor. | |
~Xabsl2NotOperator () | |
Destructor. | |
virtual bool | getValue () |
Evaluates the boolean expression. | |
Private Attributes | |
Xabsl2BooleanExpression * | operand1 |
operand 1 |
Definition at line 139 of file Xabsl2BooleanExpression.h.
|
Constructor. Creates the element.
Definition at line 247 of file Xabsl2BooleanExpression.cpp. |
|
Destructor. Deletes the operand Definition at line 252 of file Xabsl2BooleanExpression.cpp. References operand1. |
|
Evaluates the boolean expression.
Implements Xabsl2BooleanExpression. Definition at line 257 of file Xabsl2BooleanExpression.cpp. References Xabsl2BooleanExpression::getValue(), and operand1. |
Here is the call graph for this function:
|
operand 1
Definition at line 156 of file Xabsl2BooleanExpression.h. Referenced by getValue(), and ~Xabsl2NotOperator(). |