knowrob  2.1.0
A Knowledge Base System for Cognition-enabled Robots
graph.cpp File Reference
#include <boost/spirit/include/phoenix.hpp>
#include "knowrob/queries/parsers/common.h"
#include "knowrob/queries/parsers/graph.h"
#include "knowrob/queries/parsers/terms.h"
#include "knowrob/queries/parsers/strings.h"
#include "knowrob/Logger.h"
#include "knowrob/semweb/GraphPattern.h"
#include "knowrob/semweb/GraphBuiltin.h"
Include dependency graph for graph.cpp:

Go to the source code of this file.

Namespaces

 knowrob
 
 knowrob::parsers
 
 knowrob::parsers::graph
 

Macros

#define RETURN_GRAPH_PAT_RULE(expr)   static GraphTermRule r(expr); return r
 

Functions

GraphTermRule & knowrob::parsers::graph::pattern ()
 
auto & knowrob::parsers::graph::parsers ()
 
GraphTermRule & knowrob::parsers::graph::graphTerm ()
 

Macro Definition Documentation

◆ RETURN_GRAPH_PAT_RULE

#define RETURN_GRAPH_PAT_RULE (   expr)    static GraphTermRule r(expr); return r

Definition at line 15 of file graph.cpp.