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

Public Member Functions | |
| OrTerminator (Terminator &a, Terminator &b) | |
| ~OrTerminator () | |
| 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 100 of file boolterm.hh.
| RVLAlg::OrTerminator::OrTerminator | ( | Terminator & | a, | |
| Terminator & | b | |||
| ) | 
Definition at line 103 of file boolterm.hh.
| RVLAlg::OrTerminator::~OrTerminator | ( | ) | 
Definition at line 104 of file boolterm.hh.
| virtual bool RVLAlg::OrTerminator::query | ( | ) |  [virtual] | 
        
Implements RVLAlg::Terminator.
Definition at line 106 of file boolterm.hh.
References first, RVLAlg::Terminator::query(), and second.
Terminator& RVLAlg::OrTerminator::first [protected]           | 
        
Terminator& RVLAlg::OrTerminator::second [protected]           | 
        
 1.4.7