33 return (
char*)(node + 1);
36static inline const char*
39 return (
const char*)(node + 1);
CAdPlugDatabase::CRecord::RecordType type
Definition adplugdb.cpp:93
SerdType
Definition serd.h:146
uint32_t SerdNodeFlags
Bitwise OR of SerdNodeFlag values.
Definition serd.h:196
static char * serd_node_buffer(SerdNode *node)
Definition node.h:31
static const char * serd_node_buffer_c(const SerdNode *node)
Definition node.h:37
SerdNode * serd_node_malloc(size_t n_bytes, SerdNodeFlags flags, SerdType type)
void serd_node_set(SerdNode **dst, const SerdNode *src)
A syntactic RDF node.
Definition serd.h:199
size_t n_bytes
Definition node.h:25
SerdNodeFlags flags
Definition node.h:26
SerdType type
Definition node.h:27