6 #ifndef KNOWROB_UN_REIFICATION_CONTAINER_H
7 #define KNOWROB_UN_REIFICATION_CONTAINER_H
10 #include "knowrob/semweb/TripleContainer.h"
16 class UnReificationContainer :
public TripleContainer {
28 std::map<std::string_view, TriplePtr>
triples_;
std::function< const TriplePtr *()> ConstGenerator
void add(const Triple &triple)
std::map< std::string_view, TriplePtr > triples_
TriplePtr & getUnReifiedTriple(std::string_view subject)
ConstGenerator cgenerator() const override