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