LMMS
Loading...
Searching...
No Matches
SerdNode Struct Reference

A syntactic RDF node. More...

#include <serd.h>

Public Attributes

const uint8_t *SERD_NULLABLE buf
 Value string.
size_t n_bytes
 Size in bytes (excluding null).
size_t n_chars
 String length (excluding null).
SerdNodeFlags flags
 Node flags (string properties).
SerdType type
 Node type.
const uint8_tbuf

Detailed Description

A syntactic RDF node.

A syntactic RDF node.

Member Data Documentation

◆ buf [1/2]

const uint8_t* SERD_NULLABLE SerdNode::buf

Value string.

◆ buf [2/2]

const uint8_t* SerdNode::buf

Value string

◆ flags

SerdNodeFlags SerdNode::flags

Node flags (string properties).

Node flags (e.g. string properties)

◆ n_bytes

size_t SerdNode::n_bytes

Size in bytes (excluding null).

Size in bytes (not including null)

◆ n_chars

size_t SerdNode::n_chars

String length (excluding null).

Length in characters (not including null)

◆ type

SerdType SerdNode::type

Node type.

Node type


The documentation for this struct was generated from the following files: