libsapling  0.8.0
Macros
typed_stack.h File Reference

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...
 

Detailed Description

Typed stack interface implementation.

Macro Definition Documentation

◆ IMPLEMENT_TYPED_STACK

#define IMPLEMENT_TYPED_STACK (   SYM,
  TYPE,
  FPF 
)    IMPLEMENT_TYPED_FIRST_OUT_BUFFER(SYM, TYPE, FPF, stack)

Defines a typed stack implementation.

Parameters
SYMPrefix symbol of all implemented functions
TYPEType with which the implementation will be dealing with
FPFfpfdata function that prints the formatted data of the implementation's type