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

📄 factory.h

📁 《C++设计新思维》中的Loki源代码。其中把template用到了极致。
💻 H
字号:
///////////////////////////////
// Generated header: Factory.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 "Reference/Factory.h"
#else
#	if (__INTEL_COMPILER)
#		include "Reference/Factory.h"
#	elif (__MWERKS__)
#		include "Reference/Factory.h"
#	elif (__BORLANDC__ >= 0x560)
#		include "Borland/Factory.h"
#	elif (_MSC_VER >= 1301)
#		include "Reference/Factory.h"
#	elif (_MSC_VER >= 1300)
#		include "MSVC/1300/Factory.h"
#	elif (_MSC_VER >= 1200)
#		include "MSVC/1200/Factory.h"
#	else
#		include "Reference/Factory.h"
#	endif
#endif

⌨️ 快捷键说明

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