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

📄 hierarchygenerators.h

📁 loki库的源代码。loki库是以模板技术和面向对象技术为基础的c++类库。
💻 H
字号:
///////////////////////////////////////////
// Generated header: HierarchyGenerators.h
// Forwards to the appropriate code
// that works on the detected compiler
// Generated on Mon Sep 30 23:14:48 2002
///////////////////////////////////////////

#ifdef LOKI_USE_REFERENCE
#	include "../../loki/HierarchyGenerators.h"
#else
#	if (__INTEL_COMPILER)
#		include "../../loki/HierarchyGenerators.h"
#	elif (__MWERKS__)
#		include "../../loki/HierarchyGenerators.h"
#	elif (__BORLANDC__ >= 0x560)
#		include "../Borland/HierarchyGenerators.h"
#	elif (_MSC_VER >= 1301)
#		include "../../loki/HierarchyGenerators.h"
#	elif (_MSC_VER >= 1300)
#		include "../MSVC/1300/HierarchyGenerators.h"
#	elif (_MSC_VER >= 1200)
#		include "../MSVC/1200/HierarchyGenerators.h"
#	else
#		include "../../loki/HierarchyGenerators.h"
#	endif
#endif

⌨️ 快捷键说明

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