knowrob
2.1.0
A Knowledge Base System for Cognition-enabled Robots
|
#include <DependencyGraph.h>
Public Member Functions | |
void | operator+= (const DependencyGroup &other) |
void | operator+= (const DependencyGroup &other) |
Public Attributes | |
std::set< std::string_view > | variables_ |
std::list< DependencyNodePtr > | member_ |
A group of nodes with dependencies.
NodeType | the node type. |
Definition at line 60 of file DependencyGraph.h.
|
inline |
Definition at line 64 of file DependencyGraph.h.
|
inline |
Definition at line 64 of file DependencyGraph.h.
std::list< DependencyNodePtr > knowrob::DependencyGroup::member_ |
Definition at line 62 of file DependencyGraph.h.
std::set< std::string_view > knowrob::DependencyGroup::variables_ |
Definition at line 61 of file DependencyGraph.h.