libsapling
0.8.0
include
libsapling
dm
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
"
11
#include "
libsapling/dm/typed/typed_queue.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.h
Graph implementation.
typed_queue.h
Typed queue interface implementation.
Generated by
1.9.1