Dynalib Utils
src
Utilities
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,
T
)
Value:
template
class
LinkedEntry<C>
; \
typedef
LinkedEntry<C>
T##
LinkedEntry
; \
template
class
DynaLinkedList<C>
; \
typedef
DynaLinkedList<C>
T##LinkedList
LinkedEntry
Definition:
DynaLinkedList.h:32
DynaLinkedList
Definition:
DynaLinkedList.h:28
Generated by
1.8.13