ROSE
0.9.6a
|
#include <LogicalCond.h>
Public Member Functions | |
virtual bool | andUpd (LogicalCond &that)=0 |
virtual bool | orUpd (LogicalCond &that)=0 |
virtual bool | mayTrue ()=0 |
bool | mustFalse () |
virtual LogicalCond * | copy ()=0 |
virtual std::string | str (std::string indent="")=0 |
virtual | ~LogicalCond () |
Definition at line 6 of file LogicalCond.h.
|
inlinevirtual |
Definition at line 36 of file LogicalCond.h.
|
pure virtual |
Implemented in IntArithLogical.
|
pure virtual |
Implemented in IntArithLogical.
|
pure virtual |
Implemented in IntArithLogical.
Referenced by mustFalse().
|
inline |
Definition at line 23 of file LogicalCond.h.
References mayTrue().
|
pure virtual |
Implemented in IntArithLogical.
|
pure virtual |
Implemented in IntArithLogical.