IteratorDemo.h 207 B

12345678910111213
  1. #ifndef __ITeratorDemo_H__
  2. #define __ITeratorDemo_H__
  3. #include "RingQueueManualMutex.hpp"
  4. #include "spdlog/spdlog.h"
  5. void testRingQueueManualMutex();
  6. void testRingQueue();
  7. #endif // __ITeratorDemo_H__