#include <symmath.h>
Inheritance diagram for sym_bool_token:
Public Member Functions | |
virtual bool | compare_eq (sym_bool_token *t)=0 |
virtual bool | evaluate (bool *i) |
virtual int | nstrfy (char *buf, int n)=0 |
virtual void | simplify () |
|
Implemented in sym_bool_symbol, sym_bool_intcmp, and sym_bool. |
|
Reimplemented in sym_bool_symbol, sym_bool_intcmp, and sym_bool. Definition at line 729 of file symmath.cc. Referenced by sym_bool::evaluate(). |
|
Implemented in sym_bool_symbol, sym_bool_intcmp, and sym_bool. Referenced by sym_bool_token_rec::nstrfy(). |
|
Reimplemented in sym_bool_intcmp, and sym_bool. Definition at line 734 of file symmath.cc. Referenced by sym_bool::simplify(). |