#include <boolterm.hh>
Inheritance diagram for RVLAlg::XorTerminator:

Public Member Functions | |
| XorTerminator (Terminator &a, Terminator &b) | |
| ~XorTerminator () | |
| virtual bool | query () | 
Protected Attributes | |
| Terminator & | first | 
| Terminator & | second | 
Currently obeys the short-circuit evaluation behavior in the C++ standard for logical operations.
Definition at line 138 of file boolterm.hh.
| RVLAlg::XorTerminator::XorTerminator | ( | Terminator & | a, | |
| Terminator & | b | |||
| ) | 
Definition at line 141 of file boolterm.hh.
| RVLAlg::XorTerminator::~XorTerminator | ( | ) | 
Definition at line 142 of file boolterm.hh.
| virtual bool RVLAlg::XorTerminator::query | ( | ) |  [virtual] | 
        
Implements RVLAlg::Terminator.
Definition at line 144 of file boolterm.hh.
References first, RVLAlg::Terminator::query(), and second.
Terminator& RVLAlg::XorTerminator::first [protected]           | 
        
Terminator& RVLAlg::XorTerminator::second [protected]           | 
        
 1.4.7