2 #ifndef _MADARA_COMPOSITE_UNARY_NODE_H_
3 #define _MADARA_COMPOSITE_UNARY_NODE_H_
5 #ifndef _MADARA_NO_KARL_
An abstract base class defines a simple abstract implementation of an expression tree node.
Encapsulates a single expression tree.
ComponentNode * right_
Right expression.
virtual ~CompositeUnaryNode(void)
Destructor.
CompositeUnaryNode(logger::Logger &logger, ComponentNode *right)
Constructor.
virtual ComponentNode * right(void) const
Returns the right expression.
A multi-threaded logger for logging to one or more destinations.
Provides knowledge logging services to files and terminals.
Copyright(c) 2020 Galois.