#include <boolterm.hh>
Inheritance diagram for RVLAlg::NotTerminator:
Public Member Functions | |
NotTerminator (Terminator &a) | |
~NotTerminator () | |
virtual bool | query () |
Protected Attributes | |
Terminator & | first |
Definition at line 118 of file boolterm.hh.
RVLAlg::NotTerminator::NotTerminator | ( | Terminator & | a | ) |
Definition at line 121 of file boolterm.hh.
RVLAlg::NotTerminator::~NotTerminator | ( | ) |
Definition at line 122 of file boolterm.hh.
virtual bool RVLAlg::NotTerminator::query | ( | ) | [virtual] |
Implements RVLAlg::Terminator.
Definition at line 124 of file boolterm.hh.
References first, and RVLAlg::Terminator::query().
Terminator& RVLAlg::NotTerminator::first [protected] |