knowrob
2.1.0
A Knowledge Base System for Cognition-enabled Robots
|
Typedefs | |
using | StringRule = boost::spirit::qi::rule< std::string::const_iterator, std::string()> |
Functions | |
StringRule & | single_quotes () |
StringRule & | double_quotes () |
StringRule & | lower_prefix () |
StringRule & | upper_prefix () |
StringRule & | iri_ns () |
StringRule & | iri_entity () |
StringRule & | iri () |
StringRule & | atom () |
StringRule & | atom_or_iri () |
StringRule & | blank () |
StringRule & | number () |
StringRule & | xsd_value () |
typedef boost::spirit::qi::rule< std::string::const_iterator, std::string()> knowrob::parsers::str::StringRule |
StringRule & knowrob::parsers::str::atom | ( | ) |
Definition at line 54 of file strings.cpp.
StringRule & knowrob::parsers::str::atom_or_iri | ( | ) |
Definition at line 58 of file strings.cpp.
StringRule & knowrob::parsers::str::blank | ( | ) |
Definition at line 62 of file strings.cpp.
StringRule & knowrob::parsers::str::double_quotes | ( | ) |
Definition at line 29 of file strings.cpp.
StringRule & knowrob::parsers::str::iri | ( | ) |
Definition at line 49 of file strings.cpp.
StringRule & knowrob::parsers::str::iri_entity | ( | ) |
Definition at line 45 of file strings.cpp.
StringRule & knowrob::parsers::str::iri_ns | ( | ) |
Definition at line 41 of file strings.cpp.
StringRule & knowrob::parsers::str::lower_prefix | ( | ) |
Definition at line 33 of file strings.cpp.
StringRule & knowrob::parsers::str::number | ( | ) |
Definition at line 66 of file strings.cpp.
StringRule & knowrob::parsers::str::single_quotes | ( | ) |
Definition at line 25 of file strings.cpp.
StringRule & knowrob::parsers::str::upper_prefix | ( | ) |
Definition at line 37 of file strings.cpp.
StringRule & knowrob::parsers::str::xsd_value | ( | ) |
Definition at line 70 of file strings.cpp.