代码搜索:STLP
找到约 652 项符合「STLP」的源代码
代码结果 652
www.eeworm.com/read/351418/3107979
h _prolog.h
#if defined (_STLP_MSVC) || defined (__ICL)
# if !defined (_STLP_MSVC) || (_STLP_MSVC >= 1200)
# pragma warning(push)
# endif
# include
/* We are forcing th
www.eeworm.com/read/317951/3573375
h _auto_link.h
/* We do not use auto link feature when:
* - user asked not to use it (_STLP_DONT_USE_AUTO_LINK)
* - STLport is used only as a STL library (_STLP_NO_IOSTREAMS || _STLP_USE_NO_IOSTREAMS)
* - w
www.eeworm.com/read/317951/3573379
h _fujitsu.h
/* STLport configuration for Fujitsu compiler : looks like a perfect one ! */
#define _STLP_COMPILER "Fujitsu"
#define _STLP_NATIVE_INCLUDE_PATH ../std
#define _STLP_UINT32_T unsigned int
#defin
www.eeworm.com/read/317951/3573380
h _macosx.h
#define _STLP_PLATFORM "Mac OS X"
#if defined (__BIG_ENDIAN__)
# define _STLP_BIG_ENDIAN 1
#elif defined (__LITTLE_ENDIAN__)
# define _STLP_LITTLE_ENDIAN 1
#endif
www.eeworm.com/read/317951/3573408
h _warnings_off.h
/* This header turns off warnings that STLport headers generate for compiled
* user code.
*/
#if defined (_STLP_MSVC)
# if (_STLP_MSVC > 1000)
# if defined (_STLP_USE_MSVC6_MEM_T_BUG_WORK
www.eeworm.com/read/282766/4087564
h _auto_link.h
/* We do not use auto link feature when:
* - user asked not to use it (_STLP_DONT_USE_AUTO_LINK)
* - STLport is used only as a STL library (_STLP_NO_IOSTREAMS || _STLP_USE_NO_IOSTREAMS)
* - w
www.eeworm.com/read/282766/4087568
h _fujitsu.h
/* STLport configuration for Fujitsu compiler : looks like a perfect one ! */
#define _STLP_COMPILER "Fujitsu"
#define _STLP_NATIVE_INCLUDE_PATH ../std
#define _STLP_UINT32_T unsigned int
#defin
www.eeworm.com/read/282766/4087569
h _macosx.h
#define _STLP_PLATFORM "Mac OS X"
#if defined (__BIG_ENDIAN__)
# define _STLP_BIG_ENDIAN 1
#elif defined (__LITTLE_ENDIAN__)
# define _STLP_LITTLE_ENDIAN 1
#endif
www.eeworm.com/read/282766/4087597
h _warnings_off.h
/* This header turns off warnings that STLport headers generate for compiled
* user code.
*/
#if defined (_STLP_MSVC)
# if (_STLP_MSVC > 1000)
# if defined (_STLP_USE_MSVC6_MEM_T_BUG_WORK
www.eeworm.com/read/411488/2187246
h _auto_link.h
/* We do not use auto link feature when:
* - user asked not to use it (_STLP_DONT_USE_AUTO_LINK)
* - STLport is used only as a STL library (_STLP_NO_IOSTREAMS || _STLP_USE_NO_IOSTREAMS)
* - we a