smntc
an in-memory multimodal graph database
Loading...
Searching...
No Matches
Functions
Tangle.h File Reference
#include "Graph.h"
+ Include dependency graph for Tangle.h:

Go to the source code of this file.

Functions

struct TangleTangle_construct (struct Graph *graph, int *error)
 
struct TangleTangle_destruct (struct Tangle *this)
 
const struct GraphTangle_getGraph (struct Tangle *this)
 

Function Documentation

◆ Tangle_construct()

struct Tangle * Tangle_construct ( struct Graph graph,
int *  error 
)

Definition at line 13 of file Tangle.c.

+ Here is the call graph for this function:

◆ Tangle_destruct()

struct Tangle * Tangle_destruct ( struct Tangle this)

Definition at line 59 of file Tangle.c.

+ Here is the call graph for this function:

◆ Tangle_getGraph()

const struct Graph * Tangle_getGraph ( struct Tangle this)

Definition at line 71 of file Tangle.c.