⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vcl_queue.h

📁 InsightToolkit-1.4.0(有大量的优化算法程序)
💻 H
字号:
#ifndef vcl_queue_h_
#define vcl_queue_h_

#include "vcl_compiler.h"

#if !VCL_USE_NATIVE_STL
# include "emulation/vcl_stack.h"

#elif defined(VCL_GCC_which_one_question_mark)
// egcs and 2.95 have <queue> -- fsm
# include <stack.h>
# define vcl_queue queue

#else
# include "iso/vcl_queue.h"
#endif

#define VCL_QUEUE_INSTANTIATE(T) extern "you must #include vcl_queue.txx"
#define VCL_PRIORITY_QUEUE_INSTANTIATE(T) extern "you must #include vcl_queue.txx"

#if VCL_USE_IMPLICIT_TEMPLATES
# include "vcl_queue.txx"
#endif

#endif // vcl_queue_h_

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -