23 #ifndef BAGEL_BAGLIB_EXPRESSION_OBJECT_H 24 #define BAGEL_BAGLIB_EXPRESSION_OBJECT_H 26 #include "bagel/spacebar/baglib/object.h" 27 #include "bagel/spacebar/baglib/expression.h" 44 bool runObject()
override;
47 bool isConditional()
const {
48 return _conditionalFl;
50 void setConditional(
bool b =
true) {
Definition: ifstream.h:32
Definition: expression_object.h:35
Definition: expression.h:33