Struct Statement

Inheritance Relationships

Base Type

Struct Documentation

struct Statement : public rdf4cpp::query::TriplePattern

Public Functions

Statement() noexcept = default
Statement(Node subject, Node predicate, Node object) noexcept
bool valid() const noexcept
Statement to_node_storage(storage::DynNodeStoragePtr node_storage) const
Statement try_get_in_node_storage(storage::DynNodeStoragePtr node_storage) const noexcept
bool serialize_ntriples(writer::BufWriterParts writer) const noexcept
bool serialize_turtle(writer::SerializationState &state, writer::BufWriterParts writer) const noexcept