3 #ifndef _TERNARY_NODE_CPP_ 4 #define _TERNARY_NODE_CPP_ 6 #ifndef _MADARA_NO_KARL_ 32 for (ComponentNodes::iterator i =
nodes_.begin (); i !=
nodes_.end (); ++i)
49 #endif // _MADARA_NO_KARL_ This class encapsulates an entry in a KnowledgeBase.
virtual void accept(Visitor &visitor) const
Accepts a visitor subclassed from the Visitor class.
virtual ~CompositeTernaryNode(void)
Destructor.
madara::knowledge::KnowledgeRecord KnowledgeRecord
std::deque< ComponentNode * > ComponentNodes
a vector of Component Nodes
Provides knowledge logging services to files and terminals.
A multi-threaded logger for logging to one or more destinations.
CompositeTernaryNode(logger::Logger &logger)
Constructor.
An abstract base class defines a simple abstract implementation of an expression tree node...
Abstract base class for all visitors to all classes that derive from ComponentNode.
virtual madara::knowledge::KnowledgeRecord item(void) const
Returns the value of the node.