MADARA  3.4.1
CompositeUnaryNode.h
Go to the documentation of this file.
1 /* -*- C++ -*- */
2 #ifndef _MADARA_COMPOSITE_UNARY_NODE_H_
3 #define _MADARA_COMPOSITE_UNARY_NODE_H_
4 
5 #ifndef _MADARA_NO_KARL_
6 
9 
10 namespace madara
11 {
12 namespace expression
13 {
20 {
21 public:
28 
32  virtual ~CompositeUnaryNode(void);
33 
38  virtual ComponentNode* right(void) const;
39 
40 protected:
43 };
44 }
45 }
46 
47 #endif // _MADARA_NO_KARL_
48 
49 #endif /* _MADARA_COMPOSITE_UNARY_NODE_H_ */
An abstract base class defines a simple abstract implementation of an expression tree node.
Definition: ComponentNode.h:37
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.
Definition: Logger.h:165
Provides knowledge logging services to files and terminals.
Definition: GlobalLogger.h:12
Copyright(c) 2020 Galois.