smntc
an in-memory multimodal graph database
Loading...
Searching...
No Matches
Data Structures | Functions
Tangle.c File Reference
#include <stdlib.h>
#include "errors.h"
#include "Graph.h"
#include "Textual.h"
#include "Visual.h"
+ Include dependency graph for Tangle.c:

Go to the source code of this file.

Data Structures

struct  Tangle
 

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.