TAO_CosTrader
2.0.8
|
Public Member Functions | |
Operand_Queue (void) | |
TAO_Literal_Constraint & | get_left_operand (void) |
In a binary operation, obtain the left operand. | |
TAO_Literal_Constraint & | get_right_operand (void) |
In a binary operation, obtain the right operand. | |
TAO_Literal_Constraint & | get_operand (void) |
In a unary operation, obtain the only operand. | |
void | dequeue_operand (void) |
Remove an operand from the queue. |
TAO_Constraint_Evaluator::Operand_Queue::Operand_Queue | ( | void | ) |
void TAO_Constraint_Evaluator::Operand_Queue::dequeue_operand | ( | void | ) |
Remove an operand from the queue.
TAO_Literal_Constraint & TAO_Constraint_Evaluator::Operand_Queue::get_left_operand | ( | void | ) |
In a binary operation, obtain the left operand.
TAO_Literal_Constraint & TAO_Constraint_Evaluator::Operand_Queue::get_operand | ( | void | ) |
In a unary operation, obtain the only operand.
TAO_Literal_Constraint & TAO_Constraint_Evaluator::Operand_Queue::get_right_operand | ( | void | ) |
In a binary operation, obtain the right operand.