libsapling  0.8.0
queue.h
Go to the documentation of this file.
1 #ifndef _LIBSAPLING_QUEUE_H_
2 #define _LIBSAPLING_QUEUE_H_
3 
10 #include "libsapling/dm/graph.h"
12 
13 void *queue__access(node_t *ref);
14 void queue__insert(node_t *ref, void *info);
15 void queue__delete(node_t *ref);
16 
17 #endif
Graph implementation.
Typed queue interface implementation.