MADARA  3.4.1
SystemCallPrintSystemCalls.h
Go to the documentation of this file.
1 /* -*- C++ -*- */
2 #ifndef _MADARA_SYSTEM_CALL_PRINT_SYSTEM_CALLS_H_
3 #define _MADARA_SYSTEM_CALL_PRINT_SYSTEM_CALLS_H_
4 
5 #ifndef _MADARA_NO_KARL_
6 
7 #include <string>
8 #include <map>
9 #include <stdexcept>
10 #include "madara/utility/StdInt.h"
12 
13 namespace madara
14 {
15 namespace expression
16 {
17 typedef std::map<std::string, std::string> SystemCallsHelp;
18 
19 // Forward declaration.
20 class Visitor;
21 
27 {
28 public:
33  const ComponentNodes& nodes);
34 
38  virtual ~SystemCallPrintSystemCalls(void);
39 
44  virtual madara::knowledge::KnowledgeRecord item(void) const;
45 
51  virtual madara::knowledge::KnowledgeRecord prune(bool& can_change);
52 
59 
64  virtual void accept(Visitor& visitor) const;
65 
66 private:
67  // calls help menu
69 };
70 }
71 }
72 
73 #endif // _MADARA_NO_KARL_
74 
75 #endif /* _MADARA_SYSTEM_CALL_PRINT_SYSTEM_CALLS_H_ */
Interface for a MADARA system call.
virtual madara::knowledge::KnowledgeRecord prune(bool &can_change)
Prunes the expression tree of unnecessary nodes.
virtual void accept(Visitor &visitor) const
Accepts a visitor subclassed from the Visitor class.
SystemCallPrintSystemCalls(madara::knowledge::ThreadSafeContext &context, const ComponentNodes &nodes)
Constructor.
virtual madara::knowledge::KnowledgeRecord evaluate(const madara::knowledge::KnowledgeUpdateSettings &settings)
Evaluates the expression tree.
virtual madara::knowledge::KnowledgeRecord item(void) const
Returns the value of the node.
Abstract base class for all visitors to all classes that derive from ComponentNode.
Definition: Visitor.h:93
This class encapsulates an entry in a KnowledgeBase.
Settings for applying knowledge updates.
This class stores variables and their values for use by any entity needing state information in a thr...
std::deque< ComponentNode * > ComponentNodes
a vector of Component Nodes
std::map< std::string, std::string > SystemCallsHelp
Copyright(c) 2020 Galois.