Dynalib Utils
Macros
DynaWaitQueueImpl.h File Reference
#include <iostream>
#include <type_traits>
#include "BitManip.h"
#include "DynaWaitQueue.h"
#include "CheckForError.h"
#include "Exception.h"
Include dependency graph for DynaWaitQueueImpl.h:

Go to the source code of this file.

Macros

#define MAKE_WAITQUEUETYPE_INSTANCE(C, T)
 

Macro Definition Documentation

◆ MAKE_WAITQUEUETYPE_INSTANCE

#define MAKE_WAITQUEUETYPE_INSTANCE (   C,
 
)
Value:
template class DynaWaitQueue<C>; \
typedef DynaWaitQueue<C> T##WaitQueue
Definition: DynaWaitQueue.h:10