libsapling
0.8.0
include
libsapling
dm
stack.h
Go to the documentation of this file.
1
#ifndef _LIBSAPLING_STACK_H_
2
#define _LIBSAPLING_STACK_H_
3
10
#include "
libsapling/dm/graph.h
"
11
#include "
libsapling/dm/typed/typed_stack.h
"
12
13
void
*stack__access(node_t *ref);
14
void
stack__insert(node_t *ref,
void
*info);
15
void
stack__delete(node_t *ref);
16
17
#endif
graph.h
Graph implementation.
typed_stack.h
Typed stack interface implementation.
Generated by
1.9.1