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