SerdNode(3) Serd SerdNode(3)
NAME
SerdNode -
SYNOPSIS
#include <serd.h>
Data Fields
const uint8_t * buf
size_t n_bytes
size_t n_chars
SerdNodeFlags flags
SerdType type
Detailed Description
A syntactic RDF node.
Field Documentation
const uint8_t* SerdNode::buf
Value string.
size_t SerdNode::n_bytes
Size in bytes (not including null)
size_t SerdNode::n_chars
Length in characters (not including null)
SerdNodeFlags SerdNode::flags
Node flags (e.g. string properties)
SerdType SerdNode::type
Node type.
Author
Generated automatically by Doxygen for Serd from the source code.
Version 0.14.0 Thu Apr 19 2012 SerdNode(3)