libsapling
0.8.0
|
Typed queue interface implementation. More...
#include "libsapling/dm/typed/typed_first_out_buffer.h"
Go to the source code of this file.
Macros | |
#define | IMPLEMENT_TYPED_QUEUE(SYM, TYPE, FPF) IMPLEMENT_TYPED_FIRST_OUT_BUFFER(SYM, TYPE, FPF, queue) |
Defines a typed queue implementation. More... | |
Typed queue interface implementation.
#define IMPLEMENT_TYPED_QUEUE | ( | SYM, | |
TYPE, | |||
FPF | |||
) | IMPLEMENT_TYPED_FIRST_OUT_BUFFER(SYM, TYPE, FPF, queue) |
Defines a typed queue implementation.
SYM | Prefix symbol of all implemented functions |
TYPE | Type with which the implementation will be dealing with |
FPF | fpfdata function that prints the formatted data of the implementation's type |