Volksdata 1.0b7
RDF library
Loading...
Searching...
No Matches
environment.h
Go to the documentation of this file.
1
10
11#ifndef VOLK_ENVIRONMENT_H
12#define VOLK_ENVIRONMENT_H
13
14
15#include "volksdata/term.h"
16
17
22/*
23 * External variables.
24 */
25
35extern struct hashmap *VOLK_store_reg;
36
37
43#define DEFAULT_CTX_LABEL VOLK_NS "default"
44
45
46/*
47 * Public functions.
48 */
49
50
62VOLK_init (void);
63
69void
70VOLK_done (void);
71
72
76VOLK_env_put_id (const uint32_t key, const char *data);
77
78
81const char *
82VOLK_env_get_id (const uint32_t key);
83
85
86#endif /* VOLK_ENVIRONMENT_H */
void VOLK_done(void)
Close the default environment.
const char * VOLK_env_get_id(const uint32_t key)
VOLK_rc VOLK_init(void)
Initialize the default environment.
Definition environment.c:67
VOLK_rc VOLK_env_put_id(const uint32_t key, const char *data)
struct hashmap * VOLK_store_reg
Internal registry of store handles.
int VOLK_rc
Definition core.h:79