#include "alg.hh"Go to the source code of this file.
Namespaces | |
| namespace | RVLAlg | 
Classes | |
| class | RVLAlg::BoolTerminator | 
| A terminator which simply acts as a container for a boolean.  More... | |
| class | RVLAlg::AndTerminator | 
| Build a new Terminator by combining the results of two others with a logical AND.  More... | |
| class | RVLAlg::OrTerminator | 
| Build a new Terminator by combining the results of two others with a logical OR.  More... | |
| class | RVLAlg::NotTerminator | 
| Build a new Terminator by inverting the result of another with a logical NOT.  More... | |
| class | RVLAlg::XorTerminator | 
| Build a new Terminator by combining the results of two others with a logical XOR.  More... | |
 1.4.7