#include <symmath.h>
Inheritance diagram for sym_bool_symbol:

Public Member Functions | |
| sym_bool_symbol (char *name) | |
| ~sym_bool_symbol () | |
| virtual bool | compare_eq (sym_bool_token *t) |
| virtual Object * | duplicate () |
| virtual bool | evaluate (bool *i) |
| virtual int | nstrfy (char *buf, int n) |
| virtual OBJECT_ID | object_id () const |
Public Attributes | |
| char * | name |
|
|
Definition at line 683 of file symmath.cc. References name. Referenced by duplicate(). |
|
|
Definition at line 688 of file symmath.cc. References name. |
|
|
Implements sym_bool_token. Definition at line 693 of file symmath.cc. References name. |
|
|
Standard Object duplicator.
Reimplemented from Object. Definition at line 699 of file symmath.cc. References name, and sym_bool_symbol(). |
|
|
Reimplemented from sym_bool_token. Definition at line 705 of file symmath.cc. |
|
||||||||||||
|
Implements sym_bool_token. Definition at line 710 of file symmath.cc. |
|
|
Reimplemented from Object. Definition at line 720 of file symmath.cc. References ATOM_SYM_BOOL_SYMBOL. |
|
|
Definition at line 177 of file symmath.h. Referenced by compare_eq(), duplicate(), nstrfy(), sym_bool_symbol(), and ~sym_bool_symbol(). |
1.3.5