代码搜索:STLP
找到约 652 项符合「STLP」的源代码
代码结果 652
www.eeworm.com/read/411488/2187250
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
#define _ST
www.eeworm.com/read/411488/2187282
h _dm.h
// STLport configuration file for Digital Mars C++
//#define _STLP_VERBOSE
#define _STLP_COMPILER "DMC"
#if defined (_STLP_VERBOSE)
# pragma message __DMC_VERSION_STRING__
#endif
#if (__DMC__ < 0
www.eeworm.com/read/411488/2187637
h mwerks_nosgi_debug_prefix.h
//mwerks_nosgi_debug_prefix.h
#define _STLP_NO_SGI_IOSTREAMS 1
#define _STLP_NO_FORCE_INSTANTIATE 1 // for debugging
#define _STLP_DEBUG_UNINITIALIZED 1 // enable the use of allocation debugging
#defi
www.eeworm.com/read/392773/2490840
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
#define _ST
www.eeworm.com/read/392773/2491203
h mwerks_nosgi_debug_prefix.h
//mwerks_nosgi_debug_prefix.h
#define _STLP_NO_SGI_IOSTREAMS 1
#define _STLP_NO_FORCE_INSTANTIATE 1 // for debugging
#define _STLP_DEBUG_UNINITIALIZED 1 // enable the use of allocation debugging
#defi
www.eeworm.com/read/411488/2187412
h _ptrs_specialize.h
#ifndef _STLP_PTRS_SPECIALIZE_H
#define _STLP_PTRS_SPECIALIZE_H
#ifndef _STLP_TYPE_TRAITS_H
# include
#endif
// the following is a workaround for arrow operator problems
#if def
www.eeworm.com/read/392773/2491287
h complete_digits.h
#ifndef STLP_DIGITS_H
#define STLP_DIGITS_H
#include
inline void
#if !defined (STLPORT) || defined (_STLP_USE_NAMESPACES)
complete_digits(std::string &digits)
#else
complete_digits(string
www.eeworm.com/read/420704/10780055
cpp iostream.cpp
/*
* Copyright (c) 1999
* Silicon Graphics Computer Systems, Inc.
*
* Copyright (c) 1999
* Boris Fomitchev
*
* This material is provided "as is", with absolutely no warranty expressed
www.eeworm.com/read/317951/3573405
h _hpux.h
#ifndef __stl_config__hpux_h
#define __stl_config__hpux_h
#define _STLP_PLATFORM "HP Unix"
#ifdef __GNUC__
# define _STLP_NO_WCHAR_T
# define _STLP_NO_LONG_DOUBLE
#endif
#endif /* __stl
www.eeworm.com/read/294946/3914467
h streambuf.h
//*TY 02/11/2000 - added missing header file
# include _STLP_NATIVE_OLD_STREAMS_HEADER(iostream.h)
# if defined (_STLP_USE_OWN_NAMESPACE)
_STLP_BEGIN_NAMESPACE
# include