JULEA
|
#include <julea-config.h>
#include <glib.h>
#include <string.h>
#include <jsemantics.h>
#include <jtrace.h>
Data Structures | |
struct | JSemantics |
Functions | |
JSemantics * | j_semantics_new (JSemanticsTemplate template_) |
JSemantics * | j_semantics_new_from_string (gchar const *template_str, gchar const *semantics_str) |
JSemantics * | j_semantics_ref (JSemantics *semantics) |
void | j_semantics_unref (JSemantics *semantics) |
void | j_semantics_set (JSemantics *semantics, JSemanticsType key, gint value) |
gint | j_semantics_get (JSemantics *semantics, JSemanticsType key) |