libsapling
0.8.0
include
libsapling
dm
typed
typed_queue.h
Go to the documentation of this file.
1
#ifndef _LIBSAPLING_TYPED_QUEUE_H_
2
#define _LIBSAPLING_TYPED_QUEUE_H_
3
9
#include "
libsapling/dm/typed/typed_first_out_buffer.h
"
10
19
#define IMPLEMENT_TYPED_QUEUE(SYM, TYPE, FPF) \
20
IMPLEMENT_TYPED_FIRST_OUT_BUFFER(SYM, TYPE, FPF, queue)
21
22
#endif
typed_first_out_buffer.h
Metaimplementation of the typed stack and queue interfaces.
Generated by
1.9.1