owlcpp
v0.3.3~
C++ library for working with OWL ontologies
|
#include <map_node_blank_crtpb.hpp>
Public Member Functions | |
Node_id | insert_blank (const unsigned n, const Doc_id did) |
Insert blank node. | |
Node_id const * | find_blank (const unsigned n, const Doc_id did) const |
Enable interface for blank nodes. Base for CRTP (Curiously Recurring Template Pattern).
|
inline |
Insert blank node.
n | blank node index (MUST be unique within the document) |
did | document ID |