owlcpp  v0.3.3~
C++ library for working with OWL ontologies
 All Classes Namespaces Files Functions Macros Pages
Public Member Functions | List of all members
owlcpp::Map_node_blank_crtpb< Super > Class Template Reference

#include <map_node_blank_crtpb.hpp>

Inheritance diagram for owlcpp::Map_node_blank_crtpb< Super >:
owlcpp::Triple_store

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

Detailed Description

template<class Super>
class owlcpp::Map_node_blank_crtpb< Super >

Enable interface for blank nodes. Base for CRTP (Curiously Recurring Template Pattern).

Member Function Documentation

template<class Super>
Node_id owlcpp::Map_node_blank_crtpb< Super >::insert_blank ( const unsigned  n,
const Doc_id  did 
)
inline

Insert blank node.

Parameters
nblank node index (MUST be unique within the document)
diddocument ID
Returns
node ID

The documentation for this class was generated from the following file: