Closed niniemann closed 6 years ago
This PR adds some new functionality I needed while working on a ROS wrapper for sempr:
auto q = std::make_shared<ObjectQuery<Person> >( [](Person::Ptr person) { return person->name() == "Max Mustermann"; } );
I guess there will be more, and not everything will be useful in general... But I think the functor for object-queries and the RDFDocument are worth a PR.
A bit less patient, but I'd like to clean this mess up a bit. And with "mess" I mean open PRs. :D
This PR adds some new functionality I needed while working on a ROS wrapper for sempr:
I guess there will be more, and not everything will be useful in general... But I think the functor for object-queries and the RDFDocument are worth a PR.