#include <evaluator.h>
Inheritance diagram for atlas::interpreter::bool_value:


Public Member Functions | |
| bool_value (bool v) | |
| ~bool_value () | |
| void | print (std::ostream &out) const |
| bool_value * | clone () const |
Static Public Member Functions | |
| const char * | name () |
Public Attributes | |
| bool | val |
Private Member Functions | |
| bool_value (const bool_value &v) | |
|
|
Definition at line 142 of file evaluator.h. |
|
|
Definition at line 143 of file evaluator.h. |
|
|
Definition at line 148 of file evaluator.h. |
|
|
Implements atlas::interpreter::value_base. Definition at line 145 of file evaluator.h. |
|
|
Reimplemented from atlas::interpreter::value_base. Definition at line 146 of file evaluator.h. |
|
|
Implements atlas::interpreter::value_base. Definition at line 144 of file evaluator.h. |
|
|
Definition at line 140 of file evaluator.h. |
1.3.9.1