Dynalib Utils
Macros
DynaLinkedListImpl.h File Reference
#include "DynaLinkedList.h"
Include dependency graph for DynaLinkedListImpl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MAKE_LINKEDLISTTYPE_INSTANCE(C, T)
 

Macro Definition Documentation

◆ MAKE_LINKEDLISTTYPE_INSTANCE

#define MAKE_LINKEDLISTTYPE_INSTANCE (   C,
 
)
Value:
template class LinkedEntry<C>; \
template class DynaLinkedList<C>; \
typedef DynaLinkedList<C> T##LinkedList
Definition: DynaLinkedList.h:32
Definition: DynaLinkedList.h:28