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
33extern struct hashmap *VOLK_store_reg;
34
35
41#define DEFAULT_CTX_LABEL VOLK_NS "default"
42
43
44/*
45 * Public functions.
46 */
47
48
60VOLK_init (void);
61
67void
68VOLK_done (void);
69
70
74VOLK_env_put_id (const uint32_t key, const char *data);
75
76
79const char *
80VOLK_env_get_id (const uint32_t key);
81
83
84#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:65
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