Volksdata 1.0b7
RDF library
Loading...
Searching...
No Matches
environment.h File Reference

Handle LSUP environment initialization and teardown. More...

#include "volksdata/term.h"
Include dependency graph for environment.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DEFAULT_CTX_LABEL   VOLK_NS "default"
 Default context.

Functions

VOLK_rc VOLK_init (void)
 Initialize the default environment.
void VOLK_done (void)
 Close the default environment.
VOLK_rc VOLK_env_put_id (const uint32_t key, const char *data)
const char * VOLK_env_get_id (const uint32_t key)

Variables

struct hashmap * VOLK_store_reg
 Internal registry of store handles.

Detailed Description

Handle LSUP environment initialization and teardown.

VOLK_init() should be called before performing any other interaction with this library.

VOLK_done() is called automatically on program exit (atexit).

Definition in file environment.h.