|
knowrob
2.1.0
A Knowledge Base System for Cognition-enabled Robots
|
Typedefs | |
| using | GraphTermRule = boost::spirit::qi::rule< std::string::const_iterator, std::shared_ptr< GraphTerm >(), boost::spirit::ascii::space_type > |
| using | GraphPatternRule = boost::spirit::qi::rule< std::string::const_iterator, std::shared_ptr< GraphPattern >(), boost::spirit::ascii::space_type > |
Functions | |
| GraphTermRule & | graphTerm () |
| GraphTermRule & | pattern () |
| auto & | parsers () |
| typedef boost::spirit::qi::rule< std::string::const_iterator, std::shared_ptr< GraphPattern >(), boost::spirit::ascii::space_type > knowrob::parsers::graph::GraphPatternRule |
| typedef boost::spirit::qi::rule< std::string::const_iterator, std::shared_ptr< GraphTerm >(), boost::spirit::ascii::space_type > knowrob::parsers::graph::GraphTermRule |
| GraphTermRule & knowrob::parsers::graph::graphTerm | ( | ) |
| auto& knowrob::parsers::graph::parsers | ( | ) |
| GraphTermRule& knowrob::parsers::graph::pattern | ( | ) |