libsapling
0.8.0
|
Typed stack interface implementation. More...
#include "libsapling/dm/typed/typed_first_out_buffer.h"
Go to the source code of this file.
Macros | |
#define | IMPLEMENT_TYPED_STACK(SYM, TYPE, FPF) IMPLEMENT_TYPED_FIRST_OUT_BUFFER(SYM, TYPE, FPF, stack) |
Defines a typed stack implementation. More... | |
Typed stack interface implementation.
#define IMPLEMENT_TYPED_STACK | ( | SYM, | |
TYPE, | |||
FPF | |||
) | IMPLEMENT_TYPED_FIRST_OUT_BUFFER(SYM, TYPE, FPF, stack) |
Defines a typed stack 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 |